diff options
-rwxr-xr-x | src/gitjoe-newrepo.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gitjoe-newrepo.pl b/src/gitjoe-newrepo.pl index c574b9e..7640257 100755 --- a/src/gitjoe-newrepo.pl +++ b/src/gitjoe-newrepo.pl @@ -15,6 +15,7 @@ sub main { } my $usr = $ARGV[0]; my $repo = $ARGV[1]; + my $desc = ""; if ($argc >= 3) { my $desc = $ARGV[2]; } |