diff options
Diffstat (limited to 'src/gitjoe/chowner.pl')
-rwxr-xr-x | src/gitjoe/chowner.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gitjoe/chowner.pl b/src/gitjoe/chowner.pl index 4e60118..fa8ca47 100755 --- a/src/gitjoe/chowner.pl +++ b/src/gitjoe/chowner.pl @@ -26,7 +26,7 @@ sub main { close($owner_fh); substr($repo, -1) = ""; print "Changed git repository " . colored($repo, 'bold green') . " owner for user " . colored($usr, 'bold') . ".\n" - "New owner: ". colored($owner, 'bold green') . ".\n"; + . "New owner: ". colored($owner, 'bold green') . ".\n"; exit; } |