From 3c5d2c0846853bd4b51e1e51012d2a131d0bd60e Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 19 Aug 2014 14:47:24 -0700 Subject: [PATCH] Add quotes to preserve more sane quoting in what we pass through. --- cluster/kubecfg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/kubecfg.sh b/cluster/kubecfg.sh index eb2dabf743..038ab19902 100755 --- a/cluster/kubecfg.sh +++ b/cluster/kubecfg.sh @@ -30,4 +30,4 @@ if [ "$KUBE_MASTER_IP" != "" ] && [ "$KUBERNETES_MASTER" == "" ]; then export KUBERNETES_MASTER=https://${KUBE_MASTER_IP} fi -$CLOUDCFG $@ +$CLOUDCFG "$@"