Skip to content

Commit

Permalink
fix-missing dashes infront of plugins
Browse files Browse the repository at this point in the history
The kubebuilder command was missing the "--" infront of plugins. This meant that it used the go/v3 layout.
  • Loading branch information
Sijoma committed Jan 10, 2023
1 parent e18e7cc commit 8e769c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/migration/migration_guide_gov3_to_gov4.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module tutorial.kubebuilder.io/migration-project
Now, we can finish initializing the project with kubebuilder.

```bash
kubebuilder init --domain tutorial.kubebuilder.io plugins=go/v4-alpha
kubebuilder init --domain tutorial.kubebuilder.io --plugins=go/v4-alpha
```

<aside class="note">
Expand Down

0 comments on commit 8e769c7

Please sign in to comment.