Skip to content

Commit

Permalink
Bugfix for missing variable escape
Browse files Browse the repository at this point in the history
  • Loading branch information
lenhart committed Feb 11, 2024
1 parent 27b1e85 commit 72f7967
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 @@ -291,7 +291,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 72f7967

Please # to comment.