Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bottkars committed Jan 5, 2019
1 parent b8f4765 commit 8aa9af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_pcf-opsman.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ $services_range = "$mask.4.1-$mask.4.10"
$services_gateway = "$mask.4.1"

Write-Host "Using the following Network Assignments:" -ForegroundColor Magenta
Write-Host "PCF/infrastructure : cidr $infrastructure_cidr,range $infrastructure_range,gateway$infrastructure_gateway"
Write-Host "PCF/infrastructure : cidr $infrastructure_cidr,range $infrastructure_range,gateway $infrastructure_gateway"
Write-Host "PCF/services : cidr $services_cidr,range $services_range,gateway $services_gateway"
Write-Host "PCF/pas : cidr $pas_cidr,range $pas_range,gateway $pas_gateway"
Write-Host "$($opsManFQDNPrefix)green $Mask.8.4/32"
Expand Down

0 comments on commit 8aa9af2

Please sign in to comment.