Skip to content

Commit 64138eb

Browse files
author
Amanda Butler
authored
Fix code snippet in cli-reqs.md
Apply change from PR #1072 to v5.12.
1 parent 24b250b commit 64138eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/CLI/cli-setup/cli-reqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ You can verify Mbed CLI installed correctly by running `mbed help`.
177177
For any installed toolchain, be sure to add the Mbed CLI global configuration:
178178

179179
```
180-
$ mbed config -G ARM_PATH <path to ARM bin\>"
180+
$ mbed config -G ARM_PATH <path to ARM bin\>
181181
[mbed] <path to ARM bin\> now set as global ARM_PATH
182182

183183
$ mbed config --list

0 commit comments

Comments
 (0)