fix whitespace, --help-long always returns non-zero exit

This commit is contained in:
Cory Bennett
2017-09-17 15:37:08 -07:00
parent 650bc4b50d
commit 3c16e1754a
+1 -1
View File
@@ -68,7 +68,7 @@ update-changelog:
release:
perl -pi -e 'undef $$/; s/\n```\nusage.*```//sg' README.md
echo '```' >> README.md
./jira --help-long >> README.md
./jira --help-long >> README.md || true
echo '```' >> README.md
git diff --shortstat README.md | grep -v . || git commit -m "Updated Usage" README.md
git commit -m "Updated Changelog" CHANGELOG.md