Skip to content

Commit 1a877d2

Browse files
author
gentele
committed
fix codeclimate
1 parent 011e97d commit 1a877d2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/devspace/kubectl/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package kubectl
22

33
import (
4-
"github.com/covexo/devspace/pkg/util/terminal"
54
"bytes"
65
"errors"
76
"fmt"
7+
"github.com/covexo/devspace/pkg/util/terminal"
88
"io"
99
"net/http"
1010
"os"

pkg/util/terminal/tty.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"k8s.io/kubernetes/pkg/kubectl/util/term"
88
)
99

10+
// SetupTTY creates a term.TTY (docker)
1011
func SetupTTY() term.TTY {
1112
t := term.TTY{
1213
Out: os.Stdout,

0 commit comments

Comments
 (0)