summaryrefslogtreecommitdiff
path: root/cmd/podman/umount.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/umount.go')
-rw-r--r--cmd/podman/umount.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/umount.go b/cmd/podman/umount.go
index 914e37cfa..cdf8b951a 100644
--- a/cmd/podman/umount.go
+++ b/cmd/podman/umount.go
@@ -24,6 +24,7 @@ var (
RunE: func(cmd *cobra.Command, args []string) error {
umountCommand.InputArgs = args
umountCommand.GlobalFlags = MainGlobalOpts
+ umountCommand.Remote = remoteclient
return umountCmd(&umountCommand)
},
Args: func(cmd *cobra.Command, args []string) error {