Skip to content

Commit

Permalink
Merge pull request #1 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: update exec.go
  • Loading branch information
brightzheng100 authored Jan 15, 2025
2 parents e2c550a + 90ecb1f commit 7c5a0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/docker/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (c *containerCmd) Run() error {
args = append(args, "-e", env)
}
// specify the container and command, after this everything will be
// args the the command in the container rather than to docker
// args the command in the container rather than to docker
args = append(
args,
c.nameOrID, // ... against the container
Expand Down

0 comments on commit 7c5a0f3

Please sign in to comment.