summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-07 19:23:05 +0200
committerGitHub <noreply@github.com>2020-04-07 19:23:05 +0200
commitb3a3fc3ef6750b01d6182ea43f1fb0921966408b (patch)
tree5909e2a7fc8d46d9c5750c01f645f9c26aa61e92 /cmd
parent8289805f5dce862219c0b124547a898766a0b55c (diff)
parentb0592e55404378dd130db522401157d76b2600bc (diff)
downloadpodman-b3a3fc3ef6750b01d6182ea43f1fb0921966408b.tar.gz
podman-b3a3fc3ef6750b01d6182ea43f1fb0921966408b.tar.bz2
podman-b3a3fc3ef6750b01d6182ea43f1fb0921966408b.zip
Merge pull request #5749 from rhatdan/reset
podman info needs to be run within the user namespace
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/main_local.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/main_local.go b/cmd/podman/main_local.go
index a65e6acf8..e71dbbf97 100644
--- a/cmd/podman/main_local.go
+++ b/cmd/podman/main_local.go
@@ -253,7 +253,6 @@ func executeCommandInUserNS(cmd *cobra.Command) bool {
case _migrateCommand,
_mountCommand,
_renumberCommand,
- _infoCommand,
_searchCommand,
_versionCommand:
return false