summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-27 22:15:31 +0100
committerGitHub <noreply@github.com>2019-02-27 22:15:31 +0100
commit4e553cfd468c06ae45a88c51c57137dc4607ffe4 (patch)
treecd62c7836ef625cc837b941071b7a21f5e447df0 /cmd/podman/main.go
parent404252806730ffc2d08e16af3948e33baf924b3f (diff)
parent4a33ee2ab337b84bbfbc0045c08ac3d43073d702 (diff)
downloadpodman-4e553cfd468c06ae45a88c51c57137dc4607ffe4.tar.gz
podman-4e553cfd468c06ae45a88c51c57137dc4607ffe4.tar.bz2
podman-4e553cfd468c06ae45a88c51c57137dc4607ffe4.zip
Merge pull request #2471 from baude/clifixups
fix up a number of misplace commands
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 19bdb40d6..d36270853 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -38,7 +38,7 @@ var mainCommands = []*cobra.Command{
_buildCommand,
_exportCommand,
_historyCommand,
- _imagesCommand,
+ &_imagesCommand,
_importCommand,
_infoCommand,
_inspectCommand,