Skip to content

Commit a5996ea

Browse files
committed
Fix array declaration
1 parent 52d9ad5 commit a5996ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/do_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

3-
OSs=("darwin", "linux", "windows")
4-
ARCHs=("386", "amd64")
3+
OSs=("darwin" "linux" "windows")
4+
ARCHs=("386" "amd64")
55

66
#Get into the right directory
77
cd $(dirname $0)

0 commit comments

Comments
 (0)