Skip to content

Commit 246df13

Browse files
committed
Fix command quotes
1 parent 2c27e0e commit 246df13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/how-to-provision-single-device-linux-symmetric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Now that the container engine and the IoT Edge runtime are installed on your dev
7676
You can quickly configure your IoT Edge device with symmetric key authentication using the following command:
7777

7878
```bash
79-
sudo iotedge config mp --connection-string `PASTE_DEVICE_CONNECTION_STRING_HERE`
79+
sudo iotedge config mp --connection-string 'PASTE_DEVICE_CONNECTION_STRING_HERE'
8080
```
8181

8282
This `iotedge config mp` command creates a configuration file on the device and enters your connection string in the configuration file.

0 commit comments

Comments
 (0)