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 22a276b commit 1b99fa8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,11 @@ PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
define go-install-tool
[ -f $(1) ] || { \
set -ex ;\
echo $$PWD ;\
ls -lart ;\
TMP_DIR=$$(mktemp -d) ;\
cp -p .tool-versions $$TMP_DIR ;\
cd $$TMP_DIR ;\
which go ;\
asdf reshim golang ;\
echo $$PATH ;\
asdf current golang ;\
ls -lart ;\
go mod init tmp ;\
echo "Downloading $(2)" ;\
GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\
Expand Down

0 comments on commit 1b99fa8

Please sign in to comment.