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