From 868954c0b43423a3d24253ebf1daa4e47319e978 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sun, 15 Oct 2017 18:50:59 +0530 Subject: [PATCH] foreman: update page - Put double quotes around worker - Wrap worker in tokens in the example --- pages/linux/foreman.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/foreman.md b/pages/linux/foreman.md index 7b88b1d217..67c4e35ceb 100644 --- a/pages/linux/foreman.md +++ b/pages/linux/foreman.md @@ -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`