fix: improve language of latest build error (#10593)

This commit is contained in:
Kyle Carberry
2023-11-08 12:38:46 -06:00
committed by GitHub
parent 63a4f5f4a7
commit 2cf2904515

View File

@ -1153,7 +1153,7 @@ func (api *API) workspaceAgentCoordinate(rw http.ResponseWriter, r *http.Request
err = ensureLatestBuild()
if err != nil {
api.Logger.Debug(ctx, "agent tried to connect from non-latest built",
api.Logger.Debug(ctx, "agent tried to connect from non-latest build",
slog.F("resource", resource),
slog.F("agent", workspaceAgent),
)