Merge pull request #2460 from adrianreber/restore

Remove restore as podman subcommand
This commit is contained in:
OpenShift Merge Robot 2019-02-27 13:36:08 +01:00 committed by GitHub
commit 87f0b36787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ func getMainCommands() []*cobra.Command {
_portCommand,
_refreshCommand,
_restartCommand,
_restoreCommand,
_rmCommand,
_runCommand,
_searchCommand,