aboutsummaryrefslogtreecommitdiffstats
path: root/update-gitjoe.pl
diff options
context:
space:
mode:
Diffstat (limited to 'update-gitjoe.pl')
-rwxr-xr-xupdate-gitjoe.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-gitjoe.pl b/update-gitjoe.pl
index 92b7622..c30b619 100755
--- a/update-gitjoe.pl
+++ b/update-gitjoe.pl
@@ -29,7 +29,7 @@ sub get_repos_index {
sub stagit_generate {
my $user = $_[0];
- my @repos = @_[1];
+ my @repos = @_ + 1;
my $i = 0;
while ($i < @repos) {
print colored($repos[$i], 'bold red') . "\n";