prosodyctl: Removed the list duplicate at the commands_order variable

This commit is contained in:
João Duarte 2019-07-25 04:25:40 -07:00
parent d93db0b931
commit 4742196835

View file

@ -1426,7 +1426,7 @@ local command_runner = async.runner(function ()
local hidden_commands = require "util.set".new{ "register", "unregister", "addplugin" };
local commands_order = { "install", "remove", "list", "enabled_plugins", "adduser", "passwd", "deluser", "start", "stop", "restart", "reload",
"about", "list" };
"about" };
local done = {};