mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix typo mistake
Signed-off-by: Yibai Zhang <xm1994@gmail.com>
This commit is contained in:
parent
b173314cca
commit
fa9e54fbf1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ func (s *StdConsole) AttachPipes(command *exec.Cmd, pipes *Pipes) error {
|
||||||
|
|
||||||
// Resize implements Resize method of Terminal interface
|
// Resize implements Resize method of Terminal interface
|
||||||
func (s *StdConsole) Resize(h, w int) error {
|
func (s *StdConsole) Resize(h, w int) error {
|
||||||
// we do not need to reside a non tty
|
// we do not need to resize a non tty
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue