From f4560f9d18134a3e21385bfe215b9073e0210095 Mon Sep 17 00:00:00 2001 From: rob boll Date: Fri, 16 Mar 2018 09:13:01 -0400 Subject: [PATCH] update ghr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)