Skip to content

Commit 2cf2904

Browse files
authored
fix: improve language of latest build error (#10593)
1 parent 63a4f5f commit 2cf2904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaceagents.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ func (api *API) workspaceAgentCoordinate(rw http.ResponseWriter, r *http.Request
11531153

11541154
err = ensureLatestBuild()
11551155
if err != nil {
1156-
api.Logger.Debug(ctx, "agent tried to connect from non-latest built",
1156+
api.Logger.Debug(ctx, "agent tried to connect from non-latest build",
11571157
slog.F("resource", resource),
11581158
slog.F("agent", workspaceAgent),
11591159
)

0 commit comments

Comments
 (0)