From 5f7a2b65961e64e32614038a776eede18c90b47c Mon Sep 17 00:00:00 2001 From: Kristian Just Date: Mon, 29 Apr 2019 10:37:06 +0200 Subject: [PATCH] Update CreateLetsEncryptWebApp.ps1 Corrected minor spelling mistake. --- CreateLetsEncryptWebApp.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreateLetsEncryptWebApp.ps1 b/CreateLetsEncryptWebApp.ps1 index 5ae8f9a..48e8756 100644 --- a/CreateLetsEncryptWebApp.ps1 +++ b/CreateLetsEncryptWebApp.ps1 @@ -67,7 +67,7 @@ if ($NotPresent) { $app = New-AzureRmWebApp -Name $WebAppName -ResourceGroupName $ResourceGroupName -Location $Location -AppServicePlan $asp.Id } -$message = "Please ad a DNS CNAME entry from $Fqdn to " + $app.HostNames[0] +$message = "Please add a DNS CNAME entry from $Fqdn to " + $app.HostNames[0] Write-Host $message Read-Host "Hit enter when completed."