Skip to content

Commit 368435b

Browse files
Update howto-deploy-java-jboss-enterprise-application-platform-app.md
1 parent 37c7353 commit 368435b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ If you navigated away from the **Deployment is in progress** page, the following
327327

328328
Next, use the following steps to connect to the OpenShift cluster using the OpenShift CLI:
329329

330-
1. In the shell, use the following commands to download the latest OpenShift 4 CLI for GNU/Linux. If running on an OS other than GNU/Linux, download the appropriate binary for that OS.
330+
1. In the shell, use the following commands to download the latest OpenShift 4 CLI for GNU/Linux. If running on an OS other than GNU/Linux, download the appropriate binary for that OS.
331331

332332
```azurecli-interactive
333333
cd ~
@@ -487,7 +487,7 @@ Next, use the following steps to create a secret:
487487
EOF
488488
```
489489

490-
If the command completed successfully, you should see `wildflyserver.wildfly.org/javaee-cafe created`. If you don't see this output, troubleshoot and resolve the problem before proceeding.
490+
If the command completed successfully, you should see `wildflyserver.wildfly.org/javaee-cafe created`. If you don't see this output, troubleshoot and resolve the problem before proceeding.
491491

492492
1. Run `oc get pod -w | grep 1/1` to monitor whether all pods of the app are running. When you see output similar to the following example, press <kbd>Ctrl</kbd> + <kbd>C</kbd> to stop the monitoring:
493493

0 commit comments

Comments
 (0)