Skip to content

Commit

Permalink
fix make target install-tools (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon authored Aug 28, 2023
1 parent 8fab30c commit 0a5225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ download:

install-tools: download
@echo Installing tools from tools.go
@go list -f '{{ join .Imports "\n" }}' tools.go | xargs -tI % go install %
@go list -e -f '{{ join .Imports "\n" }}' tools.go | xargs -tI % go install %
@go mod tidy

generate:
Expand Down

0 comments on commit 0a5225d

Please sign in to comment.