Remove duplicate kpod command names
Some kpod commands were listed twice in main.go. Removed these duplicates and alphabetized the remaining commands to prevent this from happening in the future Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
This commit is contained in:
parent
3473e8afed
commit
380ea16232
1 changed files with 1 additions and 3 deletions
|
@ -34,12 +34,10 @@ func main() {
|
|||
renameCommand,
|
||||
rmiCommand,
|
||||
saveCommand,
|
||||
statsCommand,
|
||||
tagCommand,
|
||||
umountCommand,
|
||||
versionCommand,
|
||||
saveCommand,
|
||||
statsCommand,
|
||||
loadCommand,
|
||||
}
|
||||
app.Before = func(c *cli.Context) error {
|
||||
logrus.SetLevel(logrus.ErrorLevel)
|
||||
|
|
Loading…
Reference in a new issue