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

Commit 4eb5b0e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/rebuild.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)