Skip to content

Commit

Permalink
Merge pull request #714 from DirectXMan12/go-links/kustomize
Browse files Browse the repository at this point in the history
Fix kustomize go link in quickstart
  • Loading branch information
k8s-ci-robot committed May 17, 2019
2 parents 498b501 + 0038e5f commit f5a7ee0
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 f5a7ee0

Please sign in to comment.