Skip to content

Commit

Permalink
Merge pull request #201 from cben/isatty
Browse files Browse the repository at this point in the history
Correct upstream import of go-isatty
  • Loading branch information
Irit Goihman authored Dec 19, 2020
2 parents 0663528 + c35100f commit 582cef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/arguments/arguments.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"reflect"
"strings"

isatty "github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty"
isatty "github.com/mattn/go-isatty"
sdk "github.com/openshift-online/ocm-sdk-go"
"github.com/spf13/pflag"
"k8s.io/apimachinery/pkg/util/sets"
Expand Down

0 comments on commit 582cef7

Please sign in to comment.