diff options
Diffstat (limited to 'src/gitjoe/rmrepo.pl')
-rwxr-xr-x | src/gitjoe/rmrepo.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gitjoe/rmrepo.pl b/src/gitjoe/rmrepo.pl index d56da96..9c82b14 100755 --- a/src/gitjoe/rmrepo.pl +++ b/src/gitjoe/rmrepo.pl @@ -4,7 +4,8 @@ use strict; use warnings; use Term::ANSIColor; -sub main { +sub main +{ my $argc = $#ARGV + 1; if ($argc < 2) { print colored("Failed!\n", 'bold red') |