diff options
Diffstat (limited to 'cmd/podman/refresh.go')
-rw-r--r-- | cmd/podman/refresh.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/refresh.go b/cmd/podman/refresh.go index ed2e173ab..6640d9954 100644 --- a/cmd/podman/refresh.go +++ b/cmd/podman/refresh.go @@ -24,6 +24,7 @@ var ( RunE: func(cmd *cobra.Command, args []string) error { refreshCommand.InputArgs = args refreshCommand.GlobalFlags = MainGlobalOpts + refreshCommand.Remote = remoteclient return refreshCmd(&refreshCommand) }, } |