Skip to content

Commit

Permalink
Fix imports (podman -> libpod for v2.0 branch)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Aug 20, 2020
1 parent 314813c commit de75ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman/validate/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"strconv"

"github.com/containers/podman/v2/cmd/podman/registry"
"github.com/containers/libpod/v2/cmd/podman/registry"
"github.com/pkg/errors"
"github.com/spf13/cobra"
)
Expand Down

0 comments on commit de75ae2

Please sign in to comment.