diff --git a/bin/git-changelog b/bin/git-changelog index 6bf145588..a7def4c14 100755 --- a/bin/git-changelog +++ b/bin/git-changelog @@ -21,7 +21,7 @@ while [ "$1" != "" ]; do done DATE=`date +'%Y-%m-%d'` -HEAD="\n$TAG / $DATE \n==================\n\n" +HEAD="\n$TAG / $DATE\n==================\n\n" if $LIST; then version=$(git describe --tags --abbrev=0 $(git rev-list --tags --max-count=1))