@@ -527,11 +527,11 @@ function Execute-Main
527527 [string ]$WebDeployParamFile ,
528528 [string ]$OverRideParams ,
529529 [string ]$CreateWebSite ,
530- [string ]$WebsiteName ,
531- [string ]$WebsitePhysicalPath ,
532- [string ]$WebsitePhysicalPathAuth ,
533- [string ]$WebsiteAuthUserName ,
534- [string ]$WebsiteAuthUserPassword ,
530+ [string ]$WebSiteName ,
531+ [string ]$WebSitePhysicalPath ,
532+ [string ]$WebSitePhysicalPathAuth ,
533+ [string ]$WebSiteAuthUserName ,
534+ [string ]$WebSiteAuthUserPassword ,
535535 [string ]$AddBinding ,
536536 [string ]$AssignDuplicateBinding ,
537537 [string ]$Protocol ,
@@ -556,10 +556,10 @@ function Execute-Main
556556 Write-Verbose " OverRideParams = $OverRideParams "
557557
558558 Write-Verbose " CreateWebSite= $CreateWebSite "
559- Write-Verbose " WebsiteName = $WebsiteName "
560- Write-Verbose " WebsitePhysicalPath = $WebsitePhysicalPath "
561- Write-Verbose " WebsitePhysicalPathAuth = $WebsitePhysicalPathAuth "
562- Write-Verbose " WebsiteAuthUserName = $WebsiteAuthUserName "
559+ Write-Verbose " WebSiteName = $WebSiteName "
560+ Write-Verbose " WebSitePhysicalPath = $WebSitePhysicalPath "
561+ Write-Verbose " WebSitePhysicalPathAuth = $WebSitePhysicalPathAuth "
562+ Write-Verbose " WebSiteAuthUserName = $WebSiteAuthUserName "
563563 Write-Verbose " WebSiteAuthUserPassword = $WebSiteAuthUserPassword "
564564 Write-Verbose " AddBinding = $AddBinding "
565565 Write-Verbose " AssignDuplicateBinding = $AssignDuplicateBinding "
0 commit comments