Skip to content

Commit 64f2d1b

Browse files
authored
Merge pull request NARKOZ#132 from ww40/patch-1
Update fucking_coffee.psm1
2 parents bba94d8 + 7a82ced commit 64f2d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powershell/fucking_coffee.psm1

Lines changed: 2 additions & 2 deletions
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)