commit | 1b5ea80140900e47e885991c3bcb8b48c8015ed9 | [log] [tgz] |
---|---|---|
author | Gavin Howard <yzena.tech@gmail.com> | Tue Feb 19 21:24:04 2019 -0700 |
committer | Gavin Howard <yzena.tech@gmail.com> | Tue Feb 19 21:24:04 2019 -0700 |
tree | 339fb5a9c89ddbe48c6a5a11f846ccfe0ea4e766 | |
parent | 84d6fb742366e25a7b2e73f255526528cf600809 [diff] [blame] |
Fix a typo
diff --git a/release.sh b/release.sh index 07fb7b4..7e76a1d 100755 --- a/release.sh +++ b/release.sh
@@ -346,7 +346,7 @@ printf '\n' printf 'Run make\n' printf '\n' - printf 'Thenun %s/tests/randmath.py and the fuzzer.\n' "$scriptdir" + printf 'Then 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> release.sh RELEASE.md \\\n' "$version"