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