Skip to content

Commit 379d84f

Browse files
authored
Merge pull request #3424 from tragiclifestories/patch-1
📖 Quote download URL in quickstart docs
2 parents d6b96f1 + 4444ab5 commit 379d84f

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
@@ -31,7 +31,7 @@ Install [kubebuilder](https://sigs.k8s.io/kubebuilder):
3131

3232
```bash
3333
# download kubebuilder and install locally.
34-
curl -L -o kubebuilder https://go.kubebuilder.io/dl/latest/$(go env GOOS)/$(go env GOARCH)
34+
curl -L -o kubebuilder "https://go.kubebuilder.io/dl/latest/$(go env GOOS)/$(go env GOARCH)"
3535
chmod +x kubebuilder && mv kubebuilder /usr/local/bin/
3636
```
3737

0 commit comments

Comments
 (0)