From 6db3d4a5ac86fb68f912f5013d3755143feaeafe Mon Sep 17 00:00:00 2001 From: Alex Glikson Date: Tue, 21 Nov 2017 11:04:25 -0500 Subject: [PATCH] Typo in build --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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