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 213510e commit 22a276b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
define go-install-tool
[ -f $(1) ] || { \
set -ex ;\
echo $$PWD ;\
ls -lart ;\
TMP_DIR=$$(mktemp -d) ;\
cd $$TMP_DIR ;\
which go ;\
Expand Down

0 comments on commit 22a276b

Please sign in to comment.