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

Commit a252f7d

Browse files
kylecarbsjawnsy
andauthored
Update internal/cmd/tunnel.go
Co-authored-by: Jonathan Yu <jonathan@coder.com>
1 parent 46c11bf commit a252f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ coder tunnel my-dev 3000 3000
7070
if workspace.LatestStat.ContainerStatus != coder.WorkspaceOn {
7171
color.NoColor = false
7272
notAvailableError := clog.Error("workspace not available",
73-
fmt.Sprintf("current status: \"%s\"", workspace.LatestStat.ContainerStatus),
73+
fmt.Sprintf("current status: %q", workspace.LatestStat.ContainerStatus),
7474
clog.BlankLine,
7575
clog.Tipf("use \"coder workspaces rebuild %s\" to rebuild this workspace", workspace.Name),
7676
)

0 commit comments

Comments
 (0)