diff options
Diffstat (limited to 'update-gitjoe.pl')
-rwxr-xr-x | update-gitjoe.pl | 2 |
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"; |