diff options
Diffstat (limited to 'cmd/kpod/stop.go')
-rw-r--r-- | cmd/kpod/stop.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/kpod/stop.go b/cmd/kpod/stop.go index 68e4be472..79325da5f 100644 --- a/cmd/kpod/stop.go +++ b/cmd/kpod/stop.go @@ -4,8 +4,8 @@ import ( "fmt" "os" - "github.com/projectatomic/libpod/libkpod" "github.com/pkg/errors" + "github.com/projectatomic/libpod/libkpod" "github.com/urfave/cli" "golang.org/x/net/context" ) |