Ensure to pull latest code version

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-04-06 11:51:28 +02:00
parent c2da303a0f
commit 6727a3fbfe
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -5,7 +5,7 @@ set -euxo pipefail
export GOPATH="${HOME}/gocode"
if [ ! -e ${GOPATH}/bin/update-gotools ]; then
go get -v github.com/Luzifer/update-gotools
go get -v -u github.com/Luzifer/update-gotools
fi
exec ${GOPATH}/bin/update-gotools "$@"