Fixed syntax error

This commit is contained in:
Ethan N. Paul 2018-01-29 10:30:16 -05:00
parent 64a36b38ce
commit 8cab2d4e6b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}