Skip to content

Commit fe0dc47

Browse files
Correcting Command
ms.custom: fasttrack-edit
1 parent fa55196 commit fe0dc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub-device-update/device-update-agent-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
108108
- For any 'rc' i.e. release candidate agent versions from [Artifacts](https://github.com/Azure/iot-hub-device-update/releases) : Download the .dep file to the machine you want to install the Device Update agent on, then:
109109

110110
```shell
111-
sudo apt-get install -y ./"<PATH TO FILE>"/"<.DEP FILE NAME>"
111+
sudo apt-get install -y ./"<PATH TO FILE>"/"<.DEB FILE NAME>"
112112
```
113113

114114
1. You are now ready to start the Device Update agent on your IoT Edge device.

0 commit comments

Comments
 (0)