From f327adb99324e48a7919fd4414c2c87975c9a176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Fri, 13 Jan 2023 11:35:41 +0100 Subject: [PATCH] fix typo in curl command --- docs/book/src/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/quick-start.md b/docs/book/src/quick-start.md index 7670eaf5839..d22fffcd0ec 100644 --- a/docs/book/src/quick-start.md +++ b/docs/book/src/quick-start.md @@ -31,7 +31,7 @@ Install [kubebuilder](https://sigs.k8s.io/kubebuilder): ```bash # download kubebuilder and install locally. -curl -L -o kubebuilder https://go.kubebuilder.io/dl/latest/$\(go env GOOS\)/$\(go env GOARCH\) +curl -L -o kubebuilder https://go.kubebuilder.io/dl/latest/$(go env GOOS)/$(go env GOARCH) chmod +x kubebuilder && mv kubebuilder /usr/local/bin/ ``` @@ -262,4 +262,4 @@ complexities of achieving this goal while allowing users to customize the genera [go-modules-blogpost]: https://blog.golang.org/using-go-modules [envtest]: https://book.kubebuilder.io/reference/testing/envtest.html [architecture-concept-diagram]: architecture.md -[kustomize]: https://github.com/kubernetes-sigs/kustomize \ No newline at end of file +[kustomize]: https://github.com/kubernetes-sigs/kustomize