Skip to content

Commit

Permalink
fix typo for test-stemcells build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Cunnie committed Jun 21, 2017
1 parent 8238ce7 commit 70e35a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/deploy-director.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export BOSH_internal_cidr=$(fromEnvironment '.network1.vCenterCIDR')
export BOSH_internal_gw=$(fromEnvironment '.network1.vCenterGateway')
export BOSH_internal_ip=$(fromEnvironment '.network1["staticIP-1"]')
export BOSH_network_name=$(fromEnvironment '.network1.vCenterVLAN')
export BOSH_reserved_range="[$(fromEnvironemnt '.network1.reservedRange')]"
export BOSH_reserved_range="[$(fromEnvironment '.network1.reservedRange')]"

cat > director-creds.yml <<EOF
internal_ip: $BOSH_internal_ip
Expand Down

0 comments on commit 70e35a9

Please sign in to comment.