Skip to content

Commit bc2a8d9

Browse files
Remove unnecessary single quotes from command example in articles/operator-nexus/howto-baremetal-run-read.md
1 parent 9721652 commit bc2a8d9

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
@@ -159,7 +159,7 @@ The run-read command lets you run a command on the BMM that doesn't change anyth
159159
than one word, or need an argument to work. These commands are made like this to separate them from the ones
160160
that can change things. For example, run-read-command can use `kubectl get` but not `kubectl apply`. When you
161161
use these commands, you have to put all the words in the "command" field. For example,
162-
`{command:'kubectl get',arguments:[nodes]}` is right; `{command:'kubectl',arguments:[get,nodes]}`
162+
`{command:'kubectl get',arguments:[nodes]}` is right; `{command:kubectl,arguments:[get,nodes]}`
163163
is wrong.
164164

165165
Also note that some commands begin with `nc-toolbox nc-toolbox-runread` and must be entered as shown.

0 commit comments

Comments
 (0)