diff --git a/src/chocolatey.resources/helpers/functions/Get-ChocolateyWebFile.ps1 b/src/chocolatey.resources/helpers/functions/Get-ChocolateyWebFile.ps1 index 246cef1248..1de01abb0c 100644 --- a/src/chocolatey.resources/helpers/functions/Get-ChocolateyWebFile.ps1 +++ b/src/chocolatey.resources/helpers/functions/Get-ChocolateyWebFile.ps1 @@ -262,7 +262,7 @@ param( # If we're on 32 bit or attempting to force 32 bit and there is no # 32 bit url, we need to throw an error. if ($url -eq $null -or $url -eq '') { - throw "This package does not support $bitWidth bit architecture." + throw "This package does not support $bitPackage architecture." } # determine if the url can be SSL/TLS