mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 16:33:20 +01:00
Fix typo
This commit is contained in:
parent
bdde4f31df
commit
2c6bfc2975
@ -11,8 +11,8 @@
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
if (test-path "$HOME/.last_reply.txt" -pathType leaft) {
|
||||
$Reply = "OK, I said: "
|
||||
if (test-path "$HOME/.last_reply.txt" -pathType leaf) {
|
||||
$Reply = "It was: "
|
||||
$Reply += Get-Content "$HOME/.last_reply.txt"
|
||||
} else {
|
||||
$Reply = "Sorry, I can't remember."
|
||||
|
Loading…
Reference in New Issue
Block a user