aboutsummaryrefslogtreecommitdiffstats
path: root/src/gitjoe/chdesc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gitjoe/chdesc.pl')
-rwxr-xr-xsrc/gitjoe/chdesc.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gitjoe/chdesc.pl b/src/gitjoe/chdesc.pl
index 38e2349..f0fa722 100755
--- a/src/gitjoe/chdesc.pl
+++ b/src/gitjoe/chdesc.pl
@@ -29,6 +29,8 @@ sub main {
'-c',
'/usr/sbin/chown -v ' . $usr . ':' . $usr . ' ' . $home_dir . $repo . 'description'
);
+ print "Changed git repository " . colored($repo, 'bold green') . " description for user " . colored($usr, 'bold') . ".\n"
+ "New description: ". colored($desc, 'bold green') . ".\n";
exit;
}