kubectl-plugin example: Double-quote to prevent word splitting (#18081)

See: https://www.shellcheck.net/wiki/SC2086

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2020-01-12 17:31:37 +01:00
committed by Kubernetes Prow Robot
parent 93eae7bf31
commit f3cde84ea7
@@ -78,7 +78,7 @@ fi
# optional argument handling
if [[ "$1" == "config" ]]
then
echo $KUBECONFIG
echo "$KUBECONFIG"
exit 0
fi