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
+1 -1
View File
@@ -58,7 +58,7 @@ while ($form -eq $null)
if ($cred.Password -eq " ")
{
Write-Output "Credentials cannot be left blank. Please try again."
$cred = $null
$form = $null
}
else{