Skip to content

Commit 5a8254a

Browse files
authored
Fixing wrong type of quote
The command used the wrong type of quote, replace ` with '
1 parent 9a64b3d commit 5a8254a

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)