Merge pull request #957 from brendandburns/shell_sucks

Add quotes to preserve more sane quoting in what we pass through.
pull/6/head
Daniel Smith 2014-08-19 16:23:50 -07:00
commit 9bafb8c541
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ if [ "$KUBE_MASTER_IP" != "" ] && [ "$KUBERNETES_MASTER" == "" ]; then
export KUBERNETES_MASTER=https://${KUBE_MASTER_IP} export KUBERNETES_MASTER=https://${KUBE_MASTER_IP}
fi fi
$CLOUDCFG $@ $CLOUDCFG "$@"