Skip to content

Commit

Permalink
add -e flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHaffar committed Nov 29, 2023
1 parent dbd067d commit 49e677e
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 @@ -17,5 +17,5 @@ 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

0 comments on commit 49e677e

Please sign in to comment.