Skip to content

Commit d819bad

Browse files
committed
Fix message
1 parent 54a575e commit d819bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ALZ/Private/Deploy-Accelerator-Helpers/Invoke-Terraform.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Invoke-Terraform {
2929
Write-Verbose "Setting environment variable ARM_SUBSCRIPTION_ID"
3030
$subscriptionId = $(az account show --query id -o tsv)
3131
if($null -eq $subscriptionId -or $subscriptionId -eq "") {
32-
Write-Error "Subscription ID not found. Please ensure you are logged in to Azure and have selected a subscription. Use `az account show` to check."
32+
Write-Error "Subscription ID not found. Please ensure you are logged in to Azure and have selected a subscription. Use 'az account show' to check."
3333
return
3434
}
3535
$env:ARM_SUBSCRIPTION_ID = $subscriptionId

0 commit comments

Comments
 (0)