diff --git a/Makefile b/Makefile index 5da32cc1..1437a46a 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ push: image docker push quay.io/roboll/helmfile:${TAG} tools: - go get -u github.com/roboll/ghr github.com/mitchellh/gox + go get -u github.com/tcnksm/ghr github.com/mitchellh/gox .PHONY: tools TAG = $(shell git describe --tags --abbrev=0 HEAD)