Skip to content

Commit 53a6e7b

Browse files
authored
release: fix syntax error in verify_rc.sh (#782)
The previous commit didn't fix the issue because \ needs to be the final character, or at least it does on my system. Ref: #781 (comment)
1 parent 5c4fdc9 commit 53a6e7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/release/verify_rc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ setup_tmpdir() {
6666
download() {
6767
curl \
6868
--fail \
69-
--location \
69+
--location \
7070
--show-error \
7171
--silent \
7272
--output "$2" \

0 commit comments

Comments
 (0)