diff --git a/Makefile b/Makefile
index 4a2fe63..1bbeaff 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,6 @@ build-snapshot:
 	goreleaser build --snapshot --rm-dist
 
 release: 
-	if [ "${GITHUB_TOKEN}" == "" ]; then echo "No github token, run:"; echo "export GITHUB_TOKEN=`gopass github.com/goreleaser_access_token`"; exit 1; fi
+	if [ "${GITHUB_TOKEN}" == "" ]; then echo "No github token, run:"; echo "export GITHUB_TOKEN=`pass github.com/goreleaser_access_token`"; exit 1; fi
 	./push-tag.sh
 	goreleaser --rm-dist