Fix mistype that causes breakage of e2e test.

This commit is contained in:
Marian Lobur 2017-09-19 16:05:41 +02:00
parent 8ca1d9f19b
commit a57ba588fb

View File

@ -1345,7 +1345,7 @@ function create-heapster-node() {
local network=$(make-gcloud-network-argument \
"${NETWORK_PROJECT}" \
"${REGION}" \
"${NETWORK}"
"${NETWORK}" \
"${SUBNETWORK:-}" \
"" \
"${ENABLE_IP_ALIASES:-}" \