From 4f98c691b92b1babc9975c386a1e0812bc3edf7d Mon Sep 17 00:00:00 2001 From: Amir Jerbi Date: Tue, 20 Jun 2017 10:10:36 +0300 Subject: [PATCH] Typo in the usage --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8d88e10..0ed1287 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,7 +5,7 @@ if [ -d /host ]; then yes | cp -rf ./kube-bench/kube-bench /host/ echo "=== You can now run ./kube-bench from your host ===" else - echo "Error: please mount a host directory as /host volume" - echo "docker run --rm -v `pwd`:/host aquasec/kube-bench" + echo "Usage:" + echo " docker run --rm -v \`pwd\`:/host aquasec/kube-bench" exit fi