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 bf029cb commit 47dd7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ define go-install-tool
set -ex ;\
TMP_DIR=$$(mktemp -d) ;\
cd $$TMP_DIR ;\
$(GO) mod init tmp ;\
go mod init tmp ;\
echo "Downloading $(2)" ;\
GOBIN=$(PROJECT_DIR)/bin $(GO) install $(2) ;\
GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\
chmod +x $(1) ;\
rm -rf $$TMP_DIR ;\
}
Expand Down

0 comments on commit 47dd7b4

Please sign in to comment.