Skip to content

Commit

Permalink
Fix - Yellow color imbues the terminal font when author did nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Apr 20, 2016
1 parent 8a7eadf commit 4049f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-standup
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4049f89

Please sign in to comment.