Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcca9490

Browse files
committed
fix copy
1 parent9d57279 commitcca9490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎agent/api.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ func (a *agent) apiHandler() (http.Handler, func() error) {
5757
}else {
5858
r.HandleFunc("/api/v0/containers",func(w http.ResponseWriter,r*http.Request) {
5959
httpapi.Write(r.Context(),w,http.StatusForbidden, codersdk.Response{
60-
Message:"Container API is not enabled.",
61-
Detail:"Set the CODER_AGENT_DEVCONTAINERS_ENABLE environment variable or use the --devcontainers-enable flagon the agentto enablethe container API.",
60+
Message:"The Agent dev containers feature is not enabled.",
61+
Detail:"Set the CODER_AGENT_DEVCONTAINERS_ENABLE environment variable or use the --devcontainers-enable flag to enablethis feature.",
6262
})
6363
})
6464
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp