Renamed hook: octoprint.cli.command => octoprint.cli.commands
This commit is contained in:
parent
582cd1458d
commit
f4ae7b58e5
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ class OctoPrintCli(click.MultiCommand):
|
|||
|
||||
self._settings = init_settings(ctx.obj.basedir, ctx.obj.configfile)
|
||||
self._plugin_manager = init_pluginsystem(self._settings)
|
||||
self._hooks = self._plugin_manager.get_hooks("octoprint.cli.command")
|
||||
self._hooks = self._plugin_manager.get_hooks("octoprint.cli.commands")
|
||||
|
||||
def list_commands(self, ctx):
|
||||
self._initialize(ctx)
|
||||
|
|
|
|||
Loading…
Reference in a new issue