From 8cab2d4e6b8b912dc4bafd1b2cbf4139a675740d Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Mon, 29 Jan 2018 10:30:16 -0500 Subject: [PATCH] Fixed syntax error --- .ci-release.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-release.ps1 b/.ci-release.ps1 index 96bb8ee..ec77dd5 100644 --- a/.ci-release.ps1 +++ b/.ci-release.ps1 @@ -22,7 +22,7 @@ if (Test-Path "C:\inetpub\wwwroot\tmp-build.enpaul\.htaccess") { Remove-Item -Path "C:\inetpub\wwwroot\tmp-build.enpaul\.htaccess" -Force } -if (Test-Path "C:\inetpub\wwwroot\enpaul") +if (Test-Path "C:\inetpub\wwwroot\enpaul") { Rename-Item -Path "C:\inetpub\wwwroot\enpaul" -NewName "enpaul.old" -Force }