summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 22:29:12 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 22:35:19 (EDT)
commit9c0775b47bae8c6ae0c5c026e39c371a25e135cf (patch)
tree36945067af5c12e43a4982960d513062b128bbeb /scripts
parentd8b9077971870b60d17fc826914518e4fe1af465 (diff)
scripts/announce-release.sh: Fix trailing "\"
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/announce-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/announce-release.sh b/scripts/announce-release.sh
index 33fba1c..9d6519e 100755
--- a/scripts/announce-release.sh
+++ b/scripts/announce-release.sh
@@ -71,7 +71,7 @@ if [ $(printf '%s\n' "${diffstat}" | wc -l) -gt 50 ]; then
Difference statistics truncated for brevity. To see full
statistics, run:
- \$ git diff --stat --find-renames=50% \
+ \$ git diff --stat --find-renames=50% \\
> ${old_tag}..${package}/${version}
EOF
)"