From d5a07a446d37939b897a674ac97fceb61963b6de Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 26 Apr 2018 12:55:12 +0100 Subject: [PATCH] typo --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index f11d68de78..b5bdb010ce 100755 --- a/release.sh +++ b/release.sh @@ -10,7 +10,7 @@ set -e orig_args=$@ # chomp any args starting with '-' as these need to go -# through to the rleease script and otherwise we'll get +# through to the release script and otherwise we'll get # confused about what the version arg is. while [[ "$1" == -* ]]; do shift