mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Removed unnecessary comments from the remove command
This commit is contained in:
parent
1e03cec664
commit
372a90aff6
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ function commands.remove(arg)
|
|||
show_usage([[remove]], [[Removes a module installed in the wroking directory's plugins folder]]);
|
||||
return 1;
|
||||
end
|
||||
-- I'm considering that we are using just one path to custom plugins, and it is the first in prosody.paths.plugins, for now
|
||||
local installer_plugin_path = prosodyctl.get_path_custom_plugins(prosody.paths.plugins)
|
||||
local flag = "--tree="
|
||||
-- I'm considering this optional flag comes first
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue