aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/tag.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/tag.go')
-rw-r--r--cmd/podman/tag.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/tag.go b/cmd/podman/tag.go
index d1d1693a3..5c81fe7f8 100644
--- a/cmd/podman/tag.go
+++ b/cmd/podman/tag.go
@@ -1,8 +1,8 @@
package main
import (
+ "github.com/containers/libpod/cmd/podman/libpodruntime"
"github.com/pkg/errors"
- "github.com/projectatomic/libpod/cmd/podman/libpodruntime"
"github.com/urfave/cli"
)