Skip to content

Commit defc7d5

Browse files
OCPBUGS#22828: Fixup source block formatting
1 parent 852be4d commit defc7d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/osdk-java-create-api-controller.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Use the Operator SDK CLI to create a custom resource definition (CRD) API and co
1515
[source,terminal]
1616
----
1717
$ operator-sdk create api \
18-
--plugins=quarkus \ <1>
19-
--group=cache \ <2>
20-
--version=v1 \ <3>
18+
--plugins=quarkus \// <1>
19+
--group=cache \// <2>
20+
--version=v1 \// <3>
2121
--kind=Memcached <4>
2222
----
2323
<1> Set the plugin flag to `quarkus`.

0 commit comments

Comments
 (0)