diff --git a/Makefile b/Makefile index 2071167..7949f5a 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ release: release-env dist release-deps --file dist/comply-$(VERSION)-linux-amd64.tgz @echo "Update homebrew formula with the following: " - $(eval SHA := $(shell curl -s -L https://github.com/strongdm/comply/archive/$(VERSION).tar.gz |shasum -a 256)) + $(eval SHA := $(shell curl -s -L https://github.com/strongdm/comply/archive/$(VERSION).tar.gz |shasum -a 256|awk '{print $1}')) @echo "version $(VERSION) sha $(SHA)"