summaryrefslogtreecommitdiff
path: root/cmd/podman/volume_prune.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-16 06:25:41 -0700
committerGitHub <noreply@github.com>2019-04-16 06:25:41 -0700
commit713839cf8393bdb96c739cb745e403cf2a3a1327 (patch)
tree5ae1609e0372f6cd4d1b87df93fa0358c47900eb /cmd/podman/volume_prune.go
parentc1e2b583c82261639d6927c9b2a4f19d87a166a7 (diff)
parent6fb0a706af438778dd372d4b05b417fb30a45965 (diff)
downloadpodman-713839cf8393bdb96c739cb745e403cf2a3a1327.tar.gz
podman-713839cf8393bdb96c739cb745e403cf2a3a1327.tar.bz2
podman-713839cf8393bdb96c739cb745e403cf2a3a1327.zip
Merge pull request #2946 from baude/segs
Fix segfaults attribute to missing options
Diffstat (limited to 'cmd/podman/volume_prune.go')
-rw-r--r--cmd/podman/volume_prune.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/volume_prune.go b/cmd/podman/volume_prune.go
index 70ba506e7..ad62bfc22 100644
--- a/cmd/podman/volume_prune.go
+++ b/cmd/podman/volume_prune.go
@@ -28,6 +28,7 @@ var (
RunE: func(cmd *cobra.Command, args []string) error {
volumePruneCommand.InputArgs = args
volumePruneCommand.GlobalFlags = MainGlobalOpts
+ volumePruneCommand.Remote = remoteclient
return volumePruneCmd(&volumePruneCommand)
},
}