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>pull/18640/head
parent
93eae7bf31
commit
f3cde84ea7
|
@ -78,7 +78,7 @@ fi
|
|||
# optional argument handling
|
||||
if [[ "$1" == "config" ]]
|
||||
then
|
||||
echo $KUBECONFIG
|
||||
echo "$KUBECONFIG"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue