Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Sep 22, 2019
1 parent 5185a2b commit ff64db0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ func (c *SSHClient) Exec(ctx context.Context, cmd string) error {
}
}()

c.logger.Debug("Wait session close")
// TODO: use session.Signal()
// https://github.com/golang/go/issues/16597
_ = session.Wait()
Expand Down

0 comments on commit ff64db0

Please sign in to comment.