diff options
Diffstat (limited to 'cmd/kpod/pull.go')
-rw-r--r-- | cmd/kpod/pull.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/kpod/pull.go b/cmd/kpod/pull.go index 662bb2faa..399e8c1b4 100644 --- a/cmd/kpod/pull.go +++ b/cmd/kpod/pull.go @@ -8,9 +8,9 @@ import ( "golang.org/x/crypto/ssh/terminal" "github.com/containers/image/types" + "github.com/pkg/errors" "github.com/projectatomic/libpod/libpod" "github.com/projectatomic/libpod/libpod/common" - "github.com/pkg/errors" "github.com/sirupsen/logrus" "github.com/urfave/cli" ) |