Skip to content

Commit

Permalink
minor typo´s
Browse files Browse the repository at this point in the history
  • Loading branch information
bottkars committed Jan 5, 2019
1 parent 8aa9af2 commit 2abf7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy_pcf-opsman.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# PAS Type ( srt for small runtime, cf for full pas)
[Parameter(Mandatory = $false)][ValidateSet('srt', 'cf')]
$PRODUCT_NAME = "cf",
[switch]$PAS_AUOPILOT,
[switch]$PAS_AUTOPILOT,
[switch]$no_product_download
)

Expand Down Expand Up @@ -371,7 +371,7 @@ if (!$OpsmanUpdate) {
$command = "$PSScriptRoot/init_om.ps1 -OM_Target '$($opsManFQDNPrefix).$($location).cloudapp.$($dnsdomain)' -domain '$($location).$($dnsdomain)' -boshstorageaccountname $storageaccount -RG $resourceGroup -deploymentstorageaccount $deployment_storage_account -pas_cidr $pas_cidr -pas_range $pas_range -pas_gateway $pas_gateway -infrastructure_range $infrastructure_range -infrastructure_cidr $infrastructure_cidr -infrastructure_gateway $infrastructure_gateway -services_cidr $services_cidr -services_gateway $services_gateway -services_range $services_range"
Write-Host "Calling $command"
Invoke-Expression -Command $Command
if ($PAS_AUOPILOT.IsPresent) {
if ($PAS_AUTOPILOT.IsPresent) {
$command = "$PSScriptRoot/deploy_pas.ps1 -OM_Target '$($opsManFQDNPrefix).$($location).cloudapp.$($dnsdomain)' -PCF_PAS_VERSION $PCF_PAS_VERSION -PRODUCT_NAME $PRODUCT_NAME -downloaddir $downloadpath"
if ($no_product_download.IsPresent) {
$command = "$command -no_product_download"
Expand Down

0 comments on commit 2abf7fa

Please sign in to comment.