summaryrefslogtreecommitdiff
path: root/cmd/podman/root_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/root_test.go')
-rw-r--r--cmd/podman/root_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/root_test.go b/cmd/podman/root_test.go
index 0473128df..f2826a304 100644
--- a/cmd/podman/root_test.go
+++ b/cmd/podman/root_test.go
@@ -5,7 +5,7 @@ import (
"strings"
"testing"
- "github.com/containers/podman/v2/libpod/define"
+ "github.com/containers/podman/v3/libpod/define"
"github.com/pkg/errors"
)