Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (chocolateyGH-1859) Fix error message for missing 32-bit URL
  • Loading branch information
ferventcoder committed May 16, 2020
2 parents 03e6b1c + 34151e5 commit 1c18954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c18954

Please sign in to comment.