summaryrefslogtreecommitdiff
path: root/cmd/podman/wait.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/wait.go')
-rw-r--r--cmd/podman/wait.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/wait.go b/cmd/podman/wait.go
index 142e0e599..929b66761 100644
--- a/cmd/podman/wait.go
+++ b/cmd/podman/wait.go
@@ -4,8 +4,8 @@ import (
"fmt"
"os"
+ "github.com/containers/libpod/cmd/podman/libpodruntime"
"github.com/pkg/errors"
- "github.com/projectatomic/libpod/cmd/podman/libpodruntime"
"github.com/urfave/cli"
)