Skip to content

Commit

Permalink
fixup-squashme or not, ty $$
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 24, 2024
1 parent 022a235 commit ec78e3b
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 @@ -52,7 +52,7 @@ cd $$TMP_DIR ;\
go mod init tmp ;\
echo "Downloading $(2)" ;\
go get $(2) ;\
cd $(shell go list -f \'{{ .Dir }}\' -m $(2)) ;\
cd $$(go list -f '{{ .Dir }}' -m $(2)) ;\
GOBIN=$(PROJECT_DIR)/bin go install $(3) ;\
rm -rf $$TMP_DIR ;\
}
Expand Down

0 comments on commit ec78e3b

Please sign in to comment.