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 279f7b762..68e4be472 100644 --- a/cmd/kpod/stop.go +++ b/cmd/kpod/stop.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "github.com/kubernetes-incubator/cri-o/libkpod" + "github.com/projectatomic/libpod/libkpod" "github.com/pkg/errors" "github.com/urfave/cli" "golang.org/x/net/context" |