a bit more whitespace here too

This commit is contained in:
Brendan Forster
2015-12-12 11:01:01 +10:30
parent 8cc86933d2
commit cbd4b87925

View File

@@ -17,6 +17,8 @@ function AskYesNoQuestion([string]$question, [string]$key)
{
SetVariable $key $null
}
Write-Host
}
function VerifyEnvironmentVariable([string]$friendlyName, [string]$key, [bool]$optional = $false)