Skip to content

Commit 9b9ad69

Browse files
Merge pull request #229139 from PatAltimore/patricka-fix-command
Fix command quotes
2 parents 5596d64 + 246df13 commit 9b9ad69

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)