fix: typo in apps/emqx_authz/src/emqx_authz.erl

Co-authored-by: Rory Z <Rory-Z@outlook.com>
This commit is contained in:
Zaiming (Stone) Shi 2021-10-25 08:57:44 +02:00 committed by GitHub
parent a7413bc11e
commit a0e77d22b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -365,4 +365,4 @@ type(Unknown) -> error({unknown_authz_source_type, Unknown}). % should never hap
%% @doc where the acl.conf file is stored.
acl_conf_file() ->
filename:join([emqx:data_dir(), "ahtz", "acl.conf"]).
filename:join([emqx:data_dir(), "authz", "acl.conf"]).