diff options
Diffstat (limited to 'cmd/podman/validate/args.go')
-rw-r--r-- | cmd/podman/validate/args.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/validate/args.go b/cmd/podman/validate/args.go index 6b5425a69..1642e2280 100644 --- a/cmd/podman/validate/args.go +++ b/cmd/podman/validate/args.go @@ -5,7 +5,7 @@ import ( "strconv" "strings" - "github.com/containers/podman/v3/cmd/podman/registry" + "github.com/containers/podman/v4/cmd/podman/registry" "github.com/pkg/errors" "github.com/spf13/cobra" ) |