Skip to content

Commit

Permalink
fixup-squashme seems to need quoting here
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 24, 2024
1 parent 57f7162 commit b19c971
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +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)) ;\
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 b19c971

Please sign in to comment.