diff options
author | Matthew Wild <mwild1@gmail.com> | 2023-11-30 10:14:17 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2023-11-30 10:14:17 +0000 |
commit | 42635373017bab50a000919617cc6510e0b5604a (patch) | |
tree | 2a7ac7d59d9e2609a9af1bb5c7071b0fa0b88d55 /.luacheckrc | |
parent | 8a38b5d0da79c6177ba4c2523e72505b3937df7c (diff) | |
download | prosody-42635373017bab50a000919617cc6510e0b5604a.tar.gz prosody-42635373017bab50a000919617cc6510e0b5604a.zip |
luacheckrc, mod_http_file_share: Update for module API change (once->on_ready)
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 7614ec1d..6eb4c526 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -95,7 +95,7 @@ files["plugins/"] = { "module.may", "module.measure", "module.metric", - "module.once", + "module.on_ready", "module.open_store", "module.provides", "module.remove_item", |