chore(installer-pwsh): add comment to declare constants section

This commit is contained in:
James Upjohn 2021-07-13 15:31:00 +12:00
parent 61ea032195
commit b90ad23032
No known key found for this signature in database
GPG key ID: D27176569247601C

View file

@ -58,6 +58,7 @@ param(
[Switch]$Help=$false
)
# Constants
$PSMinSupportedVersion = 5
function Verify-PowerShellVersion {