Mercurial > prosody-modules
changeset 2863:f3485eb9cb8b
Fix typo in config (thanks, kousu)
| author | Jonas Wielicki <jonas@wielicki.name> |
|---|---|
| date | Fri, 12 Jan 2018 09:01:25 +0100 |
| parents | 933049a60ce6 |
| children | 6f3859233515 |
| files | mod_e2e_policy/README.markdown |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_e2e_policy/README.markdown Thu Jan 04 11:41:54 2018 +0100 +++ b/mod_e2e_policy/README.markdown Fri Jan 12 09:01:25 2018 +0100 @@ -9,7 +9,7 @@ Enable the module as any other: modules_enabled = { - "mod_e2e_policy"; + "e2e_policy"; } You can then set some options to configure your desired policy:
