Skip to content

Commit

Permalink
Fix kustomize go link in quickstart
Browse files Browse the repository at this point in the history
This fixes the kustomize go link to point at the actual kustomize go
link, and not the latest go link.
  • Loading branch information
DirectXMan12 committed May 17, 2019
1 parent 498b501 commit 0038e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ os=$(go env GOOS)
arch=$(go env GOARCH)

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

## Create a Project
Expand Down

0 comments on commit 0038e5f

Please sign in to comment.