summaryrefslogtreecommitdiff
path: root/cmd/podman/refresh.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/refresh.go')
-rw-r--r--cmd/podman/refresh.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/refresh.go b/cmd/podman/refresh.go
index 3890188b4..32b274169 100644
--- a/cmd/podman/refresh.go
+++ b/cmd/podman/refresh.go
@@ -27,7 +27,6 @@ var (
func init() {
refreshCommand.Command = _refreshCommand
- rootCmd.AddCommand(refreshCommand.Command)
}
func refreshCmd(c *cliconfig.RefreshValues) error {