From 62858ae074e11c1a73256b0026155aa804171abf Mon Sep 17 00:00:00 2001 From: georgethebeatle Date: Mon, 10 Oct 2016 16:53:13 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e89ba293d..f18b6d16c 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Commit the changes, run the tests, and create a bump commit: - Log in to the host OS with root privileges - Enter guardian mount namespace ``` -/var/vcap/packages/guardian/bin/inspector-garden -pid $(cat /var/vcap/sys/run/garden/garden.pid) /bin/bash +/var/vcap/packages/guardian/bin/inspector-garden -pid $(pidof guardian) /bin/bash ``` - Go to container depot directory ```