summaryrefslogtreecommitdiff
path: root/cmd/podman/umount.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/umount.go')
-rw-r--r--cmd/podman/umount.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/umount.go b/cmd/podman/umount.go
index 1e364b48f..33556b2ea 100644
--- a/cmd/podman/umount.go
+++ b/cmd/podman/umount.go
@@ -3,10 +3,10 @@ package main
import (
"fmt"
+ "github.com/containers/libpod/cmd/podman/libpodruntime"
+ "github.com/containers/libpod/libpod"
"github.com/containers/storage"
"github.com/pkg/errors"
- "github.com/projectatomic/libpod/cmd/podman/libpodruntime"
- "github.com/projectatomic/libpod/libpod"
"github.com/sirupsen/logrus"
"github.com/urfave/cli"
)