Skip to content

Commit 4b00004

Browse files
committed
Fix bootstrap command.
1 parent cea1ac0 commit 4b00004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OUTPUT_ROOT=output/
1515
#########################################
1616

1717
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
18+
$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
1919

2020
.PHONY: bootstra%
2121

0 commit comments

Comments
 (0)