From e7586f3c83de784f53aa1f8f0f8ac40c3cf6b0c5 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Fri, 28 Jan 2022 08:14:57 -0600 Subject: [PATCH] Added newline to end of script Signed-off-by: Andre Wanlin --- contrib/scripts/orphan-clean-up/OrphanCleanUp.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}