Skip to content

Commit e765c7a

Browse files
authored
Fix typo RG name
1 parent e2b238b commit e765c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/howto-configure-network-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Expected output:
177177
## show fabric
178178

179179
```azurecli
180-
az nf fabric show --resourcegroup "NFResourceGroupName" --resource-name "NFName"
180+
az nf fabric show --resource-group "NFResourceGroupName" --resource-name "NFName"
181181
```
182182
Expected output:
183183

0 commit comments

Comments
 (0)