Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Jan 11, 2024
1 parent 47dd7b4 commit c8d36f6
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 @@ -244,6 +244,7 @@ define go-install-tool
set -ex ;\
TMP_DIR=$$(mktemp -d) ;\
cd $$TMP_DIR ;\
which go ;\
go mod init tmp ;\
echo "Downloading $(2)" ;\
GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\
Expand Down

0 comments on commit c8d36f6

Please sign in to comment.