Skip to content

Commit

Permalink
Merge pull request microsoft#76 from jfilburn/patch-1
Browse files Browse the repository at this point in the history
Update AppCmdOnTargetMachines.ps1
  • Loading branch information
mvvsubbu committed Aug 24, 2016
2 parents df8ebd4 + 6af5b55 commit c88b3f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function Does-BindingExists
Write-Verbose "Checking binding exists for website (`"$siteName`"). Running command : $command"

$sites = Run-Command -command $command -failOnErr $false
$binding = [string]::Format("{0}/{1}:{2}:{3}", $protocol, $ipAddress, $port, $hostname)
$binding = [string]::Format("{0}/{1}:{2}:{3},", $protocol, $ipAddress, $port, $hostname)

$isBindingExists = $false

Expand Down Expand Up @@ -511,4 +511,4 @@ function Execute-Main
}
Run-AdditionalCommands -additionalCommands $AppCmdCommands
Write-Verbose "Exiting Execute-Main function"
}
}

0 comments on commit c88b3f9

Please sign in to comment.