Merge pull request #25230 from a-robinson/fix

Don't surround node-tags list with square brackets
This commit is contained in:
Alex Robinson 2016-05-05 15:26:40 -07:00
commit a715392e4e

View File

@ -778,7 +778,7 @@ EOF
if [[ -n "${NODE_INSTANCE_PREFIX:-}" ]]; then
cat <<EOF >>/etc/gce.conf
node-tags = [${NODE_INSTANCE_PREFIX}]
node-tags = ${NODE_INSTANCE_PREFIX}
EOF
CLOUD_CONFIG=/etc/gce.conf
fi