Commit a715392e authored by Alex Robinson's avatar Alex Robinson

Merge pull request #25230 from a-robinson/fix

Don't surround node-tags list with square brackets
parents 3d435b56 6cfaed12
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment