Skip to content

Commit a03a2b4

Browse files
committed
fixed the formatting
1 parent 05108ed commit a03a2b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template-src/CreateTemplate.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Write-Host "[$timestamp] Template preparation process started"
3131
if (Test-Path $OutputDirectory) {
3232
Write-Host "[$timestamp] Cleaning existing output directory..."
3333
Remove-Item -Path "$OutputDirectory\*" -Recurse -Force -ErrorAction SilentlyContinue
34-
} else {
34+
}
35+
else {
3536
Write-Host "[$timestamp] Creating output directory..."
3637
New-Item -Path $OutputDirectory -ItemType Directory | Out-Null
3738
}

0 commit comments

Comments
 (0)