Commit 5cdbea5d authored by Jing Ai's avatar Jing Ai

Fix typos: replace SECONDARY-RANGE-NAME with SECONDARY_RANGE_NAME.

parent cd25bbee
...@@ -239,7 +239,7 @@ EOF ...@@ -239,7 +239,7 @@ EOF
if [[ -n "${SECONDARY_RANGE_NAME:-}" ]]; then if [[ -n "${SECONDARY_RANGE_NAME:-}" ]]; then
use_cloud_config="true" use_cloud_config="true"
cat <<EOF >> /etc/gce.conf cat <<EOF >> /etc/gce.conf
secondary-range-name = ${SECONDARY-RANGE-NAME} secondary-range-name = ${SECONDARY_RANGE_NAME}
EOF EOF
fi fi
if [[ "${use_cloud_config}" != "true" ]]; then if [[ "${use_cloud_config}" != "true" ]]; then
......
...@@ -405,7 +405,7 @@ EOF ...@@ -405,7 +405,7 @@ EOF
if [[ -n "${SECONDARY_RANGE_NAME:-}" ]]; then if [[ -n "${SECONDARY_RANGE_NAME:-}" ]]; then
use_cloud_config="true" use_cloud_config="true"
cat <<EOF >> /etc/gce.conf cat <<EOF >> /etc/gce.conf
secondary-range-name = ${SECONDARY-RANGE-NAME} secondary-range-name = ${SECONDARY_RANGE_NAME}
EOF EOF
fi fi
if [[ "${use_cloud_config}" != "true" ]]; then if [[ "${use_cloud_config}" != "true" ]]; then
......
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