From 6e482121edad0b352e6a684b849dcbe00ca41c18 Mon Sep 17 00:00:00 2001 From: Tim Shannon Date: Wed, 20 Apr 2016 15:44:03 +0000 Subject: [PATCH] Fixed type in build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e0ac74a..4616cfc 100644 --- a/build.sh +++ b/build.sh @@ -6,6 +6,6 @@ export GOPATH=$dir echo working dir: $dir -go get -u https://git.townsourced.com/townsourced/ironsmith +go get -u git.townsourced.com/townsourced/ironsmith go-bindata web/... && go build -a -v -o ironsmith