Skip to content
Snippets Groups Projects
Commit 4f98c691 authored by Amir Jerbi's avatar Amir Jerbi
Browse files

Typo in the usage

parent 6966245e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment