Skip to content

Commit 666ba8f

Browse files
authored
Merge pull request #65561 from hbelmiro/fix-osdk-golang-quickstart
2 parents 430dc5b + d77fe07 commit 666ba8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/osdk-quickstart.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ endif::[]
219219
+
220220
Delete a CR by running the following command:
221221
+
222-
[source,terminal]
222+
[source,terminal,subs="attributes+"]
223223
----
224-
$ oc delete -f config/samples/demo_v1_nginx.yaml -n nginx-operator-system
224+
$ oc delete -f config/samples/{group}_v1_{app} -n {app}-operator-system
225225
----
226226

227227
. *Clean up.*

0 commit comments

Comments
 (0)