Skip to content

Commit

Permalink
Update DomainPasswordSpray.ps1
Browse files Browse the repository at this point in the history
fixing line 261 with tested bug fix code from currently open issue dafthack#38
  • Loading branch information
f8al authored Jan 27, 2023
1 parent b13d64a commit a524536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DomainPasswordSpray.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function Countdown-Timer
)
if ($quiet)
{
Write-Host "$Message: Waiting for $($Seconds/60) minutes. $($Seconds - $Count)"
Write-Host "${Message}: Waiting for $($Seconds/60) minutes. $($Seconds - $Count)"
Start-Sleep -Seconds $Seconds
} else {
foreach ($Count in (1..$Seconds))
Expand Down

0 comments on commit a524536

Please sign in to comment.