Skip to content

Commit

Permalink
fixup-squashme add debug print; works on my machine
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 24, 2024
1 parent c1a3f22 commit 57f7162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ cd $$TMP_DIR ;\
go mod init tmp ;\
echo "Downloading $(2)" ;\
go get $(2) ;\
go list -f '{{ .Dir }}' -m $(2) ;\
cd $(shell go list -f '{{ .Dir }}' -m $(2)) ;\
GOBIN=$(PROJECT_DIR)/bin go install $(3) ;\
rm -rf $$TMP_DIR ;\
Expand Down

0 comments on commit 57f7162

Please sign in to comment.