make build_dep: make sure we update the whole command for nfpm
This commit is contained in:
parent
1c9572aba1
commit
d049e5c680
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -68,7 +68,7 @@ endif
|
|||
|
||||
# Get the release dependencies
|
||||
release_dep:
|
||||
go get -u github.com/goreleaser/nfpm
|
||||
go get -u github.com/goreleaser/nfpm/...
|
||||
go get -u github.com/aktau/github-release
|
||||
|
||||
# Update dependencies
|
||||
|
|
Loading…
Reference in a new issue