Skip to content

Commit d5a07a4

Browse files
committed
typo
1 parent 7232c01 commit d5a07a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -e
1010
orig_args=$@
1111

1212
# chomp any args starting with '-' as these need to go
13-
# through to the rleease script and otherwise we'll get
13+
# through to the release script and otherwise we'll get
1414
# confused about what the version arg is.
1515
while [[ "$1" == -* ]]; do
1616
shift

0 commit comments

Comments
 (0)