summaryrefslogtreecommitdiff
path: root/cmd/podman/pods/restart.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pods/restart.go')
-rw-r--r--cmd/podman/pods/restart.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/podman/pods/restart.go b/cmd/podman/pods/restart.go
index 77d9f62d4..11e8b4ebc 100644
--- a/cmd/podman/pods/restart.go
+++ b/cmd/podman/pods/restart.go
@@ -4,10 +4,10 @@ import (
"context"
"fmt"
- "github.com/containers/libpod/v2/cmd/podman/registry"
- "github.com/containers/libpod/v2/cmd/podman/utils"
- "github.com/containers/libpod/v2/cmd/podman/validate"
- "github.com/containers/libpod/v2/pkg/domain/entities"
+ "github.com/containers/podman/v2/cmd/podman/registry"
+ "github.com/containers/podman/v2/cmd/podman/utils"
+ "github.com/containers/podman/v2/cmd/podman/validate"
+ "github.com/containers/podman/v2/pkg/domain/entities"
"github.com/spf13/cobra"
)