Skip to content

Commit 0038e5f

Browse files
committed
Fix kustomize go link in quickstart
This fixes the kustomize go link to point at the actual kustomize go link, and not the latest go link.
1 parent 498b501 commit 0038e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ os=$(go env GOOS)
3434
arch=$(go env GOARCH)
3535

3636
# download kustomize to the kubebuilder assets folder
37-
curl -o /usr/local/kubebuilder/bin/kustomize -sL https://go.kubebuilder.io/dl/latest/${os}/${arch}
37+
curl -o /usr/local/kubebuilder/bin/kustomize -sL https://go.kubebuilder.io/kustomize/${os}/${arch}
3838
```
3939

4040
## Create a Project

0 commit comments

Comments
 (0)