We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea1ac0 commit 4b00004Copy full SHA for 4b00004
make/common.mk
@@ -15,7 +15,7 @@ OUTPUT_ROOT=output/
15
#########################################
16
17
bootstra%:
18
- $Q curl -sSfL https://raw.githubusercontent.com/smallstep/cli/master/make/golangci-install.sh | sh -s -- -b $(go env GOPATH)/bin v1.22.2
+ $Q curl -sSfL https://raw.githubusercontent.com/smallstep/cli/master/make/golangci-install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.22.2
19
20
.PHONY: bootstra%
21
0 commit comments