Skip to content

Commit 1afb559

Browse files
Merge pull request #80925 from michaelryanpeter/ocpbugs-22828-fix-java-code-block
OCPBUGS#22828: Fixup source block formatting
2 parents 4f6516c + defc7d5 commit 1afb559

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)