Skip to content

Commit

Permalink
fix(local-build): add space on countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Sep 16, 2023
1 parent f891c61 commit d2d7c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbook/local-build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if (!(Test-Path $configPath)) {
Write-Host ""

3..1 | ForEach-Object {
Write-Host "`rCompleted, building playbook in $_..." -NoNewLine -ForegroundColor Yellow
Write-Host "`rCompleted, building playbook in $_... " -NoNewLine -ForegroundColor Yellow
Start-Sleep 1
}
}
Expand Down

0 comments on commit d2d7c56

Please sign in to comment.