From 605f2b819aff1af01ca71263c8e47c65fdafc9d7 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 27 Oct 2020 13:15:21 +0000 Subject: [PATCH] build: fix nfpm install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49a11c612..b453d2033 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ build_dep: # Get the release dependencies we only install on linux release_dep_linux: - cd /tmp && go get github.com/goreleaser/nfpm + cd /tmp && go get github.com/goreleaser/nfpm/... cd /tmp && go get github.com/github-release/github-release # Get the release dependencies we only install on Windows