Skip to content

Commit 0b16814

Browse files
authored
Merge pull request #3153 from Sijoma/patch-1
📖 fix-missing dashes infront of plugins
2 parents 6fc53b1 + 8e769c7 commit 0b16814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/migration/migration_guide_gov3_to_gov4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module tutorial.kubebuilder.io/migration-project
5050
Now, we can finish initializing the project with kubebuilder.
5151

5252
```bash
53-
kubebuilder init --domain tutorial.kubebuilder.io plugins=go/v4-alpha
53+
kubebuilder init --domain tutorial.kubebuilder.io --plugins=go/v4-alpha
5454
```
5555

5656
<aside class="note">

0 commit comments

Comments
 (0)