فهرست منبع

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

Co-authored-by: Rory Z <Rory-Z@outlook.com>
Zaiming (Stone) Shi 4 سال پیش
والد
کامیت
a0e77d22b0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/emqx_authz/src/emqx_authz.erl

+ 1 - 1
apps/emqx_authz/src/emqx_authz.erl

@@ -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"]).