Skip to content

Commit b94bea6

Browse files
Merge pull request #218217 from AshokPeddakotla-MSFT/patch-82
(Azure CXP) Fixing command by removing extra space
2 parents 2ca9a64 + 3ba953e commit b94bea6

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)