Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alexdlaird/hookee
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 3, 2024
2 parents f0bdd5e + ad6ff58 commit de36a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed
- Renamed `CliManager` class to `HookeeManager`.
- Renamed `HookeeManager.start()` to `HookeeManager.run()`.
- `PluginMananger.enabled_plugins()` no longer sorts the returned list, as plugins should be executed (and listed) in preferred order.
- `PluginManager.enabled_plugins()` no longer sorts the returned list, as plugins should be executed (and listed) in preferred order.

### Fixed
- Build improvements.
Expand Down
2 changes: 1 addition & 1 deletion hookee/pluginmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class PluginManager:
:var response_script: A response plugin loaded from the script at ``--response_script``, run last.
:vartype response_script: Plugin
:var response_callback: The response body loaded from either ``--response``, or the lambda defined in the config's
``response_calback``. Overrides any body data from response plugins.
``response_callback``. Overrides any body data from response plugins.
:vartype response_body: str
:var builtin_plugins_dir: The directory where built-in plugins reside.
:vartype builtin_plugins_dir: str
Expand Down

0 comments on commit de36a1b

Please sign in to comment.