diff --git a/powershell/fucking_coffee.psm1 b/powershell/fucking_coffee.psm1 index 980eb62..b7fbfed 100644 --- a/powershell/fucking_coffee.psm1 +++ b/powershell/fucking_coffee.psm1 @@ -58,5 +58,5 @@ Function Send-TelNetCommands $writer.WriteLine($command) $writer.Flush() - Start-Sleep -Milliseconds $WaitTime + Start-Sleep -s $WaitTime }