Merge pull request #804 from 14rcole/kpod-cmd-list

Remove duplicate kpod command names
This commit is contained in:
Daniel J Walsh 2017-08-31 17:02:58 -04:00 committed by GitHub
commit ab4e7a9a35

View file

@ -34,12 +34,10 @@ func main() {
renameCommand, renameCommand,
rmiCommand, rmiCommand,
saveCommand, saveCommand,
statsCommand,
tagCommand, tagCommand,
umountCommand, umountCommand,
versionCommand, versionCommand,
saveCommand,
statsCommand,
loadCommand,
} }
app.Before = func(c *cli.Context) error { app.Before = func(c *cli.Context) error {
logrus.SetLevel(logrus.ErrorLevel) logrus.SetLevel(logrus.ErrorLevel)