Skip to content

Commit

Permalink
CRD Bumper Readme: Fix vendor-new-apy command
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Devcich <[email protected]>
  • Loading branch information
bdevcich committed Nov 14, 2024
1 parent c71978e commit 9de4f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/crd-bumper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following example will vendor the new `v1beta2` API we created above for lus

```console
[email protected]:NearNodeFlash/nnf-sos.git
vendor-new-api.py -r --hub-ver v1alpha3 $DEST_REPO --vendor-hub-ver v1beta2 --module github.com/NearNodeFlash/lustre-fs-operator --version master
vendor-new-api.py -r $DEST_REPO --hub-ver v1alpha3 --vendor-hub-ver v1beta2 --module github.com/NearNodeFlash/lustre-fs-operator --version master
```

The repository with its new API will be found under a directory named `workingspace/nnf-sos`.
Expand Down

0 comments on commit 9de4f16

Please sign in to comment.