Skip to content

Commit 7a82ced

Browse files
committed
Update fucking_coffee.psm1
Corrected spelling in synopsis.
1 parent 01e916f commit 7a82ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powershell/fucking_coffee.psm1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<#
22
.SYNOPSIS
33
Simple script to connect to a coffee part using TelNet then issue specific commands that
4-
brew and pourt a cup of coffee for the user.
4+
brew and pour a cup of coffee for the user.
55
.DESCRIPTION
66
This script was converted using the ruby version of the fucking_coffee script. In this script,
77
I left the use of environment variables since its only use was to determine if the user was
@@ -59,4 +59,4 @@ Function Send-TelNetCommands
5959
$writer.WriteLine($command)
6060
$writer.Flush()
6161
Start-Sleep -Milliseconds $WaitTime
62-
}
62+
}

0 commit comments

Comments
 (0)