Fixed type in build script
This commit is contained in:
parent
f73a57d13b
commit
6e482121ed
2
build.sh
2
build.sh
@ -6,6 +6,6 @@ export GOPATH=$dir
|
|||||||
|
|
||||||
echo working dir: $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
|
go-bindata web/... && go build -a -v -o ironsmith
|
||||||
|
Loading…
Reference in New Issue
Block a user