Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <code@evalsocket.dev>
  • Loading branch information
yindia committed Jun 30, 2021
1 parent 9f504fd commit fc06edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmd/sandbox/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import (
const (
execShort = "Execute any command in sandbox"
execLong = `
Execute command will run any command in sandbox.
Execute command will Will run non-interactive commands and return immediately with the output.
Usage
::
bin/flytectl sandbox exec -- ls -al
`
Usage`
)

func sandboxClusterExec(ctx context.Context, args []string, cmdCtx cmdCore.CommandContext) error {
Expand Down
1 change: 0 additions & 1 deletion pkg/docker/docker_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ func InspectExecResp(ctx context.Context, cli Docker, containerID string) error
if err != nil {
return err
}

s := bufio.NewScanner(resp.Reader)
for s.Scan() {
fmt.Println(s.Text())
Expand Down

0 comments on commit fc06edd

Please sign in to comment.