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

Commit d403878

Browse files
committed
fixup! Migrate more logs to clog
1 parent be8a73a commit d403878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/envs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ coder envs --user charlie@coder.com ls -o json \
106106

107107
if err = client.StopEnvironment(cmd.Context(), env.ID); err != nil {
108108
atomic.AddInt32(&fails, 1)
109-
err = clog.Error(fmt.Sprintf("stop environment %q", env.Name),
109+
err = clog.Fatal(fmt.Sprintf("stop environment %q", env.Name),
110110
clog.Cause(err.Error()), "",
111111
clog.Hint("current environment status is %q", env.LatestStat.ContainerStatus),
112112
)

0 commit comments

Comments
 (0)