Skip to content

Commit

Permalink
Tweak to the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Howard committed Jan 8, 2019
1 parent 5e17c46 commit 33b6b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ if [ "$run_tests" -ne 0 ]; then
printf 'Run %s/tests/randmath.py and the fuzzer.\n' "$scriptdir"
printf 'Then run the GitHub release script as follows:\n'
printf '\n'
printf ' <github_release> %s <msg> dist/ .clang-format release.sh RELEASE.md \\\n' "$version"
printf ' <github_release> %s <msg> dist/ release.sh RELEASE.md \\\n' "$version"
printf ' tests/afl.py tests/bc/scripts/timeconst.bc\n'

fi

0 comments on commit 33b6b45

Please sign in to comment.