Skip to content

Commit

Permalink
Update to use yaml quote
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwaynecarr committed Mar 11, 2015
1 parent f71a91a commit 64eca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ DNS_REPLICAS: $(yaml-quote ${DNS_REPLICAS:-})
DNS_SERVER_IP: $(yaml-quote ${DNS_SERVER_IP:-})
DNS_DOMAIN: $(yaml-quote ${DNS_DOMAIN:-})
MASTER_HTPASSWD: $(yaml-quote ${MASTER_HTPASSWD})
ADMISSION_CONTROL: $(yaml-quota ${ADMISSION_CONTROL:-})
ADMISSION_CONTROL: $(yaml-quote ${ADMISSION_CONTROL:-})
EOF

if [[ "${master}" != "true" ]]; then
Expand Down

0 comments on commit 64eca73

Please sign in to comment.