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 x1001100011
parent 70491aee07
commit 4eb966549e
1 changed files with 1 additions and 1 deletions

View File

@ -385,4 +385,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"]).