diff --git a/build b/build index 36b7d06..e70842b 100755 --- a/build +++ b/build @@ -13,7 +13,7 @@ if ! [ -e $GOPATH/bin/godep ]; then go get github.com/tools/godep fi -if ! [ -e $GOPAHT/bin/gox ]; then +if ! [ -e $GOPATH/bin/gox ]; then go get github.com/mitchellh/gox fi