From 4049f89ace0bda19ee89e3b5b007c4670cd08a1b Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 20 Apr 2016 22:23:03 +0400 Subject: [PATCH] Fix - Yellow color imbues the terminal font when author did nothing --- git-standup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-standup b/git-standup index d21d0e7..2d80609 100755 --- a/git-standup +++ b/git-standup @@ -119,6 +119,6 @@ else if [[ ! -z "$GITOUT" ]] ; then echo "$GITOUT" else - echo "${YELLOW}Seems like $AUTHOR did nothing!" + echo "${YELLOW}Seems like $AUTHOR did nothing!${NORMAL}" fi fi