From 56413da7cf4d1cbf88991adb61d30ac3efd9a5e2 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Mon, 25 Oct 2021 11:44:03 -0400 Subject: [PATCH] update logging --- Remove-DeltekVision.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remove-DeltekVision.ps1 b/Remove-DeltekVision.ps1 index c042949..fdba0d1 100644 --- a/Remove-DeltekVision.ps1 +++ b/Remove-DeltekVision.ps1 @@ -9,4 +9,4 @@ If ( Test-Path $APP_PATH ) { Try { Remove-Item $APP_PATH -Recurse -Force } Catch { LogErr $_.Exception.Message } -} \ No newline at end of file +} Else { LogMsg "The path specified does not exist: ${APP_PATH}" } \ No newline at end of file