Skip to content

Commit

Permalink
Merge branch 'pr1867' into stable
Browse files Browse the repository at this point in the history
* pr1867:
  (GH-1859) Fix error message for missing 32-bit URL
  • Loading branch information
ferventcoder committed May 16, 2020
2 parents 8d78c0a + 7e408cc commit 34151e5
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 34151e5

Please sign in to comment.