diff options
Diffstat (limited to '')
-rwxr-xr-x | update-gitjoe.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/update-gitjoe.pl b/update-gitjoe.pl index c30b619..6a10b5e 100755 --- a/update-gitjoe.pl +++ b/update-gitjoe.pl @@ -28,8 +28,7 @@ sub get_repos_index { } sub stagit_generate { - my $user = $_[0]; - my @repos = @_ + 1; + my ($user, @repos) = @_; my $i = 0; while ($i < @repos) { print colored($repos[$i], 'bold red') . "\n"; |