diff --git a/scripts/build.sh b/scripts/build.sh index a41f6298..fae6eec7 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -55,7 +55,7 @@ fi if ! which gox > /dev/null; then echo "+ Installing gox..." - go get github.com/mitchellh/gox + go install github.com/mitchellh/gox fi # Delete old binaries