8000 fixup! add sub agent env and revert container id change · coder/coder@1629bee · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

Commit 1629bee

Browse files
committed
fixup! add sub agent env and revert container id change
1 parent d5eb3fc commit 1629bee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

agent/agentcontainers/devcontainercli.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ func WithUpOutput(stdout, stderr io.Writer) DevcontainerCLIUpOptions {
5252
type DevcontainerCLIExecOptions func(*devcontainerCLIExecConfig)
5353

5454
type devcontainerCLIExecConfig struct {
55-
args []string // Additional arguments for the Exec command.
56-
containerID string
57-
stdout io.Writer
58-
stderr io.Writer
55+
args []string // Additional arguments for the Exec command.
56+
stdout io.Writer
57+
stderr io.Writer
5958
}
6059

6160
// WithExecOutput sets additional stdout and stderr writers for logs

0 commit comments

Comments
 (0)
0