Skip to content

Commit

Permalink
Revert "fixup-squashme add debug print; works on my machine"
Browse files Browse the repository at this point in the history
This reverts commit 8fd113b.
  • Loading branch information
jiridanek committed May 24, 2024
1 parent b53a469 commit 6c2f9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ 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 6c2f9e3

Please sign in to comment.