We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6b96f1 + 4444ab5 commit 379d84fCopy full SHA for 379d84f
docs/book/src/quick-start.md
@@ -31,7 +31,7 @@ Install [kubebuilder](https://sigs.k8s.io/kubebuilder):
31
32
```bash
33
# download kubebuilder and install locally.
34
-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)"
35
chmod +x kubebuilder && mv kubebuilder /usr/local/bin/
36
```
37
0 commit comments