Skip to content

Commit 64e44a5

Browse files
committed
Change tool tag
1 parent 90cb450 commit 64e44a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/go_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ fi
4141
rm "${GOBIN}/${2}"* 2> /dev/null || true
4242

4343
# install the golang module specified as the first argument
44-
go install -tags capztools "${1}@${3}"
44+
go install -tags caphtools "${1}@${3}"
4545
mv "${GOBIN}/${2}" "${GOBIN}/${2}-${3}"
4646
ln -sf "${GOBIN}/${2}-${3}" "${GOBIN}/${2}"

0 commit comments

Comments
 (0)