Skip to content

Commit

Permalink
tests: fix check for missing docs
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Sep 28, 2020
1 parent a919864 commit 9d8a05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
env:
PACKET_TOKEN: bogus
- name: Detect Uncommitted Docs
run: git diff docs
run: git diff --exit-code docs
4 changes: 2 additions & 2 deletions docs/packet_device_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ packet device create [flags]
-s, --storage string UUID of the storage
-t, --tags strings Tags for the device: --tags="tag1,tag2"
-T, --termination-time string Device termination time: --termination-time="15:04:05"
-u, --userdata string User data
--userdata-file string Filename to read Userdata from
-u, --userdata string User data for device initialization (can not be used with --userdata-file)
--userdata-file string Path to a userdata file for device initialization (can not be used with --userdata)
```

### Options inherited from parent commands
Expand Down

0 comments on commit 9d8a05f

Please sign in to comment.