Skip to content

Commit 3908577

Browse files
committed
Replace $ with <> for placeholders
1 parent 917d1fb commit 3908577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-nexus/howto-platform-prerequisites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ These commands set the baud rate and pinout for connecting to the Pure Storage C
416416
To verify the configuration settings, execute the following commands:
417417

418418
```bash
419-
ping $PE1_IP -c 3 # Ping test to PE1 //TS subnet +2
420-
ping $PE2_IP -c 3 # Ping test to PE2 //TS subnet +2
419+
ping <PE1_IP> -c 3 # Ping test to PE1 //TS subnet +2
420+
ping <PE2_IP> -c 3 # Ping test to PE2 //TS subnet +2
421421
ogcli get conns # Verify NET1, NET2, NET3 Removed
422422
ogcli get users # Verify support admin user
423423
ogcli get static_routes # Ensure there are no static routes
@@ -623,7 +623,7 @@ Install latest version of the [necessary CLI extensions].
623623

624624
```azurecli
625625
az login
626-
az account set --subscription $SUBSCRIPTION_ID
626+
az account set --subscription <SUBSCRIPTION_ID>
627627
az account show
628628
```
629629

0 commit comments

Comments
 (0)