aboutsummaryrefslogtreecommitdiffstats
path: root/src/gitjoe/chowner.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gitjoe/chowner.pl')
-rwxr-xr-xsrc/gitjoe/chowner.pl2
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;
}