Skip to content

Commit 64f30df

Browse files
committed
Update Start-DurableCleanup.ps1
1 parent 2a63cfc commit 64f30df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPCore/Public/Entrypoints/Timer Functions/Start-DurableCleanup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function Start-DurableCleanup {
1818
[int]$MaxDuration = 86400
1919
)
2020

21-
if $env:CIPPNG -eq 'true' {
21+
if ($env:CIPPNG -eq 'true') {
2222
return
2323
}
2424

0 commit comments

Comments
 (0)