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