Skip to content

Commit

Permalink
Install gox properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
notsure2 committed Feb 4, 2022
1 parent fdecc61 commit e7bdaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -z "$v" ]; then
fi

cd $(dirname $0)
go install github.com/mitchellh/gox
go get github.com/mitchellh/gox
rm -rf release
mkdir release
cd release
Expand Down

0 comments on commit e7bdaec

Please sign in to comment.