Update test.ps1

This commit is contained in:
I-Am-Jakoby 2023-01-03 20:18:33 -06:00 committed by GitHub
parent f4e5f1cfac
commit f358d74d66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ while ($form -eq $null)
if ($cred.Password -eq " ") if ($cred.Password -eq " ")
{ {
Write-Output "Credentials cannot be left blank. Please try again." Write-Output "Credentials cannot be left blank. Please try again."
$cred = $null $form = $null
} }
else{ else{