Skip to content

Commit b984a8e

Browse files
author
Bob Furu
authored
Merge pull request #27250 from boczkowska/odoFixes
odo fixes.
2 parents d0df857 + 2d30566 commit b984a8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli_reference/developer_cli_odo/understanding-odo.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[id="understanding-odo"]
2-
= Understanding `{odo-title}`
2+
= Understanding `odo`
33
include::modules/developer-cli-odo-attributes.adoc[]
44
include::modules/common-attributes.adoc[]
55
:context: understanding-odo

modules/developer-cli-odo-deploying-the-back-end-component.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $ mvn package
116116
+
117117
[source,terminal]
118118
----
119-
$ odo create openjdk18 backend --binary target/wildwest-1.0.jar
119+
$ odo create --s2i openjdk18 backend --binary target/wildwest-1.0.jar
120120
----
121121
+
122122
.Example output

modules/developer-cli-odo-deploying-the-front-end-component.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The front-end component is written in an interpreted language (Node.js); it does
5555
+
5656
[source,terminal]
5757
----
58-
$ odo create nodejs frontend
58+
$ odo create --s2i nodejs frontend
5959
----
6060
+
6161
.Example output

0 commit comments

Comments
 (0)