Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 239266e

Browse files
committed
fixup! Unhide rebuild and watch-build commands
1 parent 5c6af49 commit 239266e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cmd/rebuild.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ coder envs rebuild backend-env --force`,
4444
}).Run()
4545
if err != nil {
4646
return clog.Fatal(
47-
"failed to confirm prompt", clog.BlankLine,
47+
"failed to confirm prompt", clog.BlankLine,
4848
clog.Tipf(`use "--force" to rebuild without a confirmation prompt`),
4949
)
5050
}
@@ -77,7 +77,7 @@ coder envs rebuild backend-env --force`,
7777
func trailBuildLogs(ctx context.Context, client *coder.Client, envID string) error {
7878
const check = "✅"
7979
const failure = "❌"
80-
80+
=
8181
newSpinner := func() *spinner.Spinner { return spinner.New(spinner.CharSets[11], 100*time.Millisecond) }
8282

8383
// this tells us whether to show dynamic loaders when printing output

0 commit comments

Comments
 (0)