Skip to content

Commit b3fcf22

Browse files
authored
Merge pull request #957 from joshiomkarj/docs/fix-create-api-help
Correct the directory structure in the example provided.
2 parents eabb3dd + 7262641 commit b3fcf22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ After the scaffold is written, api will run make on the project.
126126
kubebuilder create api --group ship --version v1beta1 --kind Frigate
127127
128128
# Edit the API Scheme
129-
nano api/ship/v1beta1/frigate_types.go
129+
nano api/v1beta1/frigate_types.go
130130
131131
# Edit the Controller
132132
nano controllers/frigate/frigate_controller.go

0 commit comments

Comments
 (0)