aboutsummaryrefslogtreecommitdiffstats
path: root/src/gitjoe
diff options
context:
space:
mode:
Diffstat (limited to 'src/gitjoe')
-rwxr-xr-xsrc/gitjoe/chdesc.pl2
-rwxr-xr-xsrc/gitjoe/chowner.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gitjoe/chdesc.pl b/src/gitjoe/chdesc.pl
index 4cae086..0a3f22f 100755
--- a/src/gitjoe/chdesc.pl
+++ b/src/gitjoe/chdesc.pl
@@ -26,7 +26,7 @@ sub main {
close($desc_fh);
substr($repo, -1) = "";
print "Changed git repository " . colored($repo, 'bold green') . " description for user " . colored($usr, 'bold') . ".\n"
- . "New description: ". colored($desc, 'bold green') . ".\n";
+ . "New description: ". colored($desc, 'bold green') . ".\n";
exit;
}
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;
}