mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 17:38:19 +02:00
Fix typo
This commit is contained in:
parent
7c41820f13
commit
164cc3ba80
@ -16,6 +16,7 @@ try {
|
|||||||
|
|
||||||
if (-not(test-path "$Path")) {
|
if (-not(test-path "$Path")) {
|
||||||
write-output "Time,User,Text" > "$Path"
|
write-output "Time,User,Text" > "$Path"
|
||||||
|
}
|
||||||
write-output $Line >> "$Path"
|
write-output $Line >> "$Path"
|
||||||
|
|
||||||
"✔️ added to 📄$Path"
|
"✔️ added to 📄$Path"
|
||||||
|
Loading…
Reference in New Issue
Block a user