We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35bf13f + 4a97b61 commit 7486c87Copy full SHA for 7486c87
hack/verify-toc.sh
@@ -38,7 +38,7 @@ trap exitHandler EXIT
38
# perform go get in a temp dir as we are not tracking this version in a go module
39
# if we do the go get in the repo, it will create / update a go.mod and go.sum
40
cd "${TMP_DIR}"
41
-GO111MODULE=on GOBIN="${TMP_DIR}" go get "sigs.k8s.io/mdtoc@${TOOL_VERSION}"
+GO111MODULE=on GOBIN="${TMP_DIR}" go install "sigs.k8s.io/mdtoc@${TOOL_VERSION}"
42
export PATH="${TMP_DIR}:${PATH}"
43
cd "${ROOT}"
44
0 commit comments