aboutsummaryrefslogtreecommitdiffstats
path: root/src/gitjoe/newrepo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gitjoe/newrepo.pl')
-rwxr-xr-xsrc/gitjoe/newrepo.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gitjoe/newrepo.pl b/src/gitjoe/newrepo.pl
index c7bdc6b..109b69e 100755
--- a/src/gitjoe/newrepo.pl
+++ b/src/gitjoe/newrepo.pl
@@ -5,7 +5,8 @@ use warnings;
use Term::ANSIColor;
use File::Find;
-sub main {
+sub main
+{
my $argc = $#ARGV + 1;
if ($argc < 2) {
print colored("Failed!\n", 'bold red')