Skip to content

Commit

Permalink
foreman: update page
Browse files Browse the repository at this point in the history
- Put double quotes around worker
- Wrap worker in tokens in the example
  • Loading branch information
agnivade committed Oct 18, 2017
1 parent 538e7df commit 868954c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/linux/foreman.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

`foreman run {{command}}`

- Start all processes except the one named worker:
- Start all processes except the one named "worker":

`foreman start -m all=1,worker=0`
`foreman start -m all=1,{{worker}}=0`

0 comments on commit 868954c

Please sign in to comment.