Skip to content

Commit

Permalink
Fix array declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
DRuggeri committed Aug 23, 2018
1 parent 52d9ad5 commit a5996ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/do_release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

OSs=("darwin", "linux", "windows")
ARCHs=("386", "amd64")
OSs=("darwin" "linux" "windows")
ARCHs=("386" "amd64")

#Get into the right directory
cd $(dirname $0)
Expand Down

0 comments on commit a5996ea

Please sign in to comment.