Skip to content

Commit c290379

Browse files
committed
Remove extra slash in hack/ensure-kind script
1 parent efb7e86 commit c290379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ensure-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -o pipefail
2020

2121
set -x
2222

23-
GOPATH_BIN="$(go env GOPATH)/bin/"
23+
GOPATH_BIN="$(go env GOPATH)/bin"
2424
MINIMUM_KIND_VERSION=v0.16.0
2525
goarch="$(go env GOARCH)"
2626
goos="$(go env GOOS)"

0 commit comments

Comments
 (0)