diff --git a/contrib/scripts/orphan-clean-up/OrphanCleanUp.ps1 b/contrib/scripts/orphan-clean-up/OrphanCleanUp.ps1 index 105dfe7bf8..1eaaa2ab2c 100644 --- a/contrib/scripts/orphan-clean-up/OrphanCleanUp.ps1 +++ b/contrib/scripts/orphan-clean-up/OrphanCleanUp.ps1 @@ -19,4 +19,4 @@ foreach($orphan in $orphans){ Write-Host "Deleting orphan $($orphan.metadata.name) of kind $($orphan.kind)" Invoke-RestMethod -Method Delete -Uri "$orphanDeleteApiUrl/$($orphan.metadata.uid)" -} \ No newline at end of file +}