From 2417ff6e527ff3d9a583de29044896c914545b9c Mon Sep 17 00:00:00 2001 From: Bill Sourour <4952180+arcdev1@users.noreply.github.com> Date: Thu, 21 Aug 2025 12:02:24 -0400 Subject: [PATCH] Update Deploy-Accelerator.ps1 Fix typo "This is will" becomes "This will" --- src/ALZ/Public/Deploy-Accelerator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ALZ/Public/Deploy-Accelerator.ps1 b/src/ALZ/Public/Deploy-Accelerator.ps1 index 5f9afc8..09aa9bc 100644 --- a/src/ALZ/Public/Deploy-Accelerator.ps1 +++ b/src/ALZ/Public/Deploy-Accelerator.ps1 @@ -256,7 +256,7 @@ function Deploy-Accelerator { } if ($inputConfig.iac_type.Value -eq "bicep") { - Write-InformationColored "Although you have selected Bicep, the Accelerator leverages the Terraform tool to bootstrap your Version Control System and Azure. This is will not impact your choice of Bicep post this initial bootstrap. Please refer to our documentation for further details..." -ForegroundColor Yellow -InformationAction Continue + Write-InformationColored "Although you have selected Bicep, the Accelerator leverages the Terraform tool to bootstrap your Version Control System and Azure. This will not impact your choice of Bicep post this initial bootstrap. Please refer to our documentation for further details..." -ForegroundColor Yellow -InformationAction Continue } Write-Verbose "Initial Input config: $(ConvertTo-Json $inputConfig -Depth 100)"