Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
fix(script): remove bad argument to echo
Browse files Browse the repository at this point in the history
  • Loading branch information
philbooth committed Jan 29, 2017
1 parent 6de7cbd commit 9114aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -115,5 +115,5 @@ if [ "$LOG" != "" ]; then
fi

git commit -a -m "release: $NEW_TAG"
git tag -a "$NEW_TAG" -m "`echo -e \"$BUILD_TYPE release\n\n$SUMMARY\"`"
git tag -a "$NEW_TAG" -m "`echo \"$BUILD_TYPE release\n\n$SUMMARY\"`"

0 comments on commit 9114aba

Please sign in to comment.