Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #25 from jrasell/fix-policy-cmd-write
Browse files Browse the repository at this point in the history
Fix incorrect policy write command example within docs.
  • Loading branch information
jrasell committed Aug 21, 2019
2 parents 04c0212 + 29dc5f4 commit ba37aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands/policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ sherpa policy write example policy.json

Create a policy for a job named example and group named cache:
```bash
$ sherpa policy read --policy-group-name=cache example policy.json
$ sherpa policy write --policy-group-name=cache example policy.json
```

Delete the policy for a job named example:
Expand Down

0 comments on commit ba37aaa

Please sign in to comment.