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