Skip to content

Commit

Permalink
Tidy error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Oct 16, 2023
1 parent 507051e commit 3a3279c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ALZ/Private/New-ALZEnvironmentBicep.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function New-ALZEnvironmentBicep {
$targetVersion = [System.Version]($alzVersion -replace "v", "")

if($targetVersion -le $lastSupportedLocalVersion) {
throw "The version of the ALZ-Bicep accelerator you are targetting is not supported by this version of the ALZ PowerShell. In order to target versions prior to v0.6.16 you will need to downgrade to version v0.2.20 or lower of this module."
throw "The version of the ALZ-Bicep accelerator you are targetting is not supported by this version of the ALZ PowerShell module. In order to target versions prior to v0.16.6 you will need to downgrade to version v0.2.20 or lower of this module."
}
}

Expand Down

0 comments on commit 3a3279c

Please sign in to comment.