We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7232c01 commit d5a07a4Copy full SHA for d5a07a4
release.sh
@@ -10,7 +10,7 @@ set -e
10
orig_args=$@
11
12
# chomp any args starting with '-' as these need to go
13
-# through to the rleease script and otherwise we'll get
+# through to the release script and otherwise we'll get
14
# confused about what the version arg is.
15
while [[ "$1" == -* ]]; do
16
shift
0 commit comments