Skip to content

Commit 3ba953e

Browse files
(Azure CXP) Fixing command by removing extra space
Fixing command by removing extra space. Resolves : https://github.com/MicrosoftDocs/azure-docs/issues/101281
1 parent ff7573f commit 3ba953e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this tutorial, you'll learn how to:
3434
* If you used the [Simulator agent tutorial](device-update-simulator.md) for prior testing, run the following command to invoke the APT handler and deploy over-the-air package updates in this tutorial:
3535

3636
```sh
37-
sudo /usr/bin/AducIotAgent --register-content-handler /var/lib/adu/extensions/sources/libmicrosoft_apt_1.so --update-type 'microsoft/a pt:1'
37+
sudo /usr/bin/AducIotAgent --register-content-handler /var/lib/adu/extensions/sources/libmicrosoft_apt_1.so --update-type 'microsoft/apt:1'
3838
```
3939

4040
## Prepare a device

0 commit comments

Comments
 (0)