aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'git-tools')
-rwxr-xr-xgit-tools/hooks/commit-msg4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-tools/hooks/commit-msg b/git-tools/hooks/commit-msg
index e5a4c5e60b..52969670ca 100755
--- a/git-tools/hooks/commit-msg
+++ b/git-tools/hooks/commit-msg
@@ -88,11 +88,11 @@ complain()
if [ "$1" = "-n" ]
then
echo "$@"
- printf "\033[10m"
+ printf "\033[0m"
else
# This will print one trailing space.
# Not sure how to avoid this at the moment.
- echo "$@" $(printf "\033[10m")
+ echo "$@" $(printf "\033[0m")
fi
else
echo "$@"