aboutsummaryrefslogtreecommitdiffstats
path: root/src/gitjoe
diff options
context:
space:
mode:
Diffstat (limited to 'src/gitjoe')
-rwxr-xr-xsrc/gitjoe/chstate.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gitjoe/chstate.pl b/src/gitjoe/chstate.pl
index 25de239..1411e99 100755
--- a/src/gitjoe/chstate.pl
+++ b/src/gitjoe/chstate.pl
@@ -35,7 +35,7 @@ sub main
}
print "Changed git repository " . colored($repo, 'bold green')
. " for user " . colored($usr, 'bold green')
- . colored(' visibility state to ', 'bold') . colored($state, 'bold green') . ".\n";
+ . colored(' visibility state', 'bold') . ' to '. colored($state, 'bold green') . ".\n";
exit;
}