Skip to content

Commit 92858da

Browse files
Update howto-baremetal-run-read.md
fix syntax
1 parent db2d8af commit 92858da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/howto-baremetal-run-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ When an optional argument `--output-directory` is provided, the output result is
370370
```azurecli
371371
az networkcloud baremetalmachine run-read-command --name "<bareMetalMachineName>" \
372372
--limit-time-seconds 60 \
373-
--commands '[{command:"kubectl get",arguments:["pods", "-n", "nc-system"]}]' \
373+
--commands "[{command:'kubectl get',arguments:[pods,-n,nc-system]}]" \
374374
--resource-group "<cluster_MRG>" \
375375
--subscription "<subscription>"
376376
```

0 commit comments

Comments
 (0)