summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2022-01-21 08:05:55 +0100
committerMarco Scardovi <marco@scardovi.com>2022-01-21 08:05:55 +0100
commit5ca9a3b782d1d1dcab7f2cc240d6560ff9a6de23 (patch)
treeb84c5d0929aa071d7f96bf3df5dff1085f5f6eb7
parent79cd8f53ec5d5ed4e6690815902607d10816a2d7 (diff)
Fix typo
-rwxr-xr-xmake_a_release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_a_release.sh b/make_a_release.sh
index 2b59e35..dc15a47 100755
--- a/make_a_release.sh
+++ b/make_a_release.sh
@@ -70,7 +70,7 @@ format_changelog() {
}
[ $# -eq 0 ] && usage
-[ $# -eq 1 ] || fatal "insufficient or too many argumetns"
+[ $# -eq 1 ] || fatal "insufficient or too many arguments"
new_ver="$1"; shift