summaryrefslogtreecommitdiff
path: root/cmd/podman/container.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-22 03:42:11 -0700
committerGitHub <noreply@github.com>2019-08-22 03:42:11 -0700
commit18f2328264f4dbb9a4c38ece7baae232fd391abf (patch)
tree090528f32e2296551fe13286d1f985ac3a954803 /cmd/podman/container.go
parent34f902572d15f4482aedae3859f0c83c56bd8437 (diff)
parente06d0fe5e54bb223701385b08703bf229dc4aa7e (diff)
downloadpodman-18f2328264f4dbb9a4c38ece7baae232fd391abf.tar.gz
podman-18f2328264f4dbb9a4c38ece7baae232fd391abf.tar.bz2
podman-18f2328264f4dbb9a4c38ece7baae232fd391abf.zip
Merge pull request #3872 from baude/3861
podman-remote: cp crashes
Diffstat (limited to 'cmd/podman/container.go')
-rw-r--r--cmd/podman/container.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go
index 557f5fafa..66b58f06e 100644
--- a/cmd/podman/container.go
+++ b/cmd/podman/container.go
@@ -55,7 +55,6 @@ var (
_commitCommand,
_containerExistsCommand,
_contInspectSubCommand,
- _cpCommand,
_diffCommand,
_execCommand,
_exportCommand,