mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Fix typo
This commit is contained in:
@ -19,6 +19,7 @@ try {
|
||||
foreach ($printjob in $printjobs) {
|
||||
Remove-PrintJob -InputObject $printjob
|
||||
}
|
||||
}
|
||||
|
||||
"✔️ all print jobs removed"
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user