Skip to content

Commit

Permalink
Update example dci-queue commands
Browse files Browse the repository at this point in the history
The README says to use add pool and add resource but the commands are
actually add-pool and add-resource.
  • Loading branch information
p3ck committed Jan 4, 2023
1 parent daa1b76 commit 190b86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ The inventories are expecting `dci-queue` to be used with the
following settings:

```ShellSession
$ dci-queue add pool pool
$ dci-queue add resource pool cluster1
$ dci-queue add-pool pool
$ dci-queue add-resource pool cluster1
```

If you don't want to use `dci-queue`, just edit the the pipeline files
Expand Down

0 comments on commit 190b86a

Please sign in to comment.