Skip to content

Commit 94a5e42

Browse files
authored
Merge pull request #82136 from jantielens/patch-4
Fixing wrong type of quote
2 parents 5c068d4 + 5a8254a commit 94a5e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/how-to-install-iot-edge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ After entering the provisioning information in the configuration file, restart t
214214
You can quickly configure your IoT Edge device with symmetric key authentication using the following command:
215215

216216
```bash
217-
sudo iotedge config mp --connection-string 'PASTE_CONNECTION_STRING_HERE`
217+
sudo iotedge config mp --connection-string 'PASTE_CONNECTION_STRING_HERE'
218218
```
219219

220220
The `iotedge config mp` command creates a configuration file on the device, provides your connection string, and applies the configuration changes.

0 commit comments

Comments
 (0)