Skip to content

Commit

Permalink
fixed typo (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
leojh authored Aug 25, 2021
1 parent a6a0de7 commit fce958e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ $ ./tools/cmdr.py SecurityInfo
It also has a `-r` mode to pick a random read-only command to generate. We'll use this to send a command to our MDM device!

```
$ ./tools/cmdr.py -r | curl -T - -u nanomdm:nanomm 'http://127.0.0.1:9000/v1/enqueue/E9085AF6-DCCB-5661-A678-BCE8F4D9A2C8'
$ ./tools/cmdr.py -r | curl -T - -u nanomdm:nanomdm 'http://127.0.0.1:9000/v1/enqueue/E9085AF6-DCCB-5661-A678-BCE8F4D9A2C8'
{
"status": {
"E9085AF6-DCCB-5661-A678-BCE8F4D9A2C8": {
Expand Down

0 comments on commit fce958e

Please sign in to comment.