summaryrefslogtreecommitdiff
path: root/cmd/podman/logout.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/logout.go')
-rw-r--r--cmd/podman/logout.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/logout.go b/cmd/podman/logout.go
index 069153e0b..8abe918b8 100644
--- a/cmd/podman/logout.go
+++ b/cmd/podman/logout.go
@@ -20,6 +20,7 @@ var (
RunE: func(cmd *cobra.Command, args []string) error {
logoutCommand.InputArgs = args
logoutCommand.GlobalFlags = MainGlobalOpts
+ logoutCommand.Remote = remoteclient
return logoutCmd(&logoutCommand)
},
Example: `podman logout docker.io