Skip to content

Commit 5f57809

Browse files
Merge pull request #235366 from johnmarco/jm-aro-fix-backslash-in-tutorial
Add missing backslash in create command
2 parents 9d2b862 + d6bbf96 commit 5f57809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/openshift/tutorial-create-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,15 @@ You can select to use a specific version of ARO when creating your cluster. Firs
230230

231231
`az aro get-versions --location <region>`
232232

233-
Once you've chosen the version, specify it using the `--version` parameter in the `aro create` command:
233+
Once you've chosen the version, specify it using the `--version` parameter in the `az aro create` command:
234234

235235
```azurecli-interactive
236236
az aro create \
237237
--resource-group $RESOURCEGROUP \
238238
--name $CLUSTER \
239239
--vnet aro-vnet \
240240
--master-subnet master-subnet \
241-
--worker-subnet worker-subnet
241+
--worker-subnet worker-subnet \
242242
--version <x.y.z>
243243
```
244244

0 commit comments

Comments
 (0)