Skip to content

Commit 5ed6a2d

Browse files
author
罗仁进
committed
修正cli命名错误
1 parent b83c0ad commit 5ed6a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emq_redis_hook_sup.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ start_link() ->
2929

3030
init([]) ->
3131
{ok, Server} = application:get_env(?APP, server),
32-
PoolSpec = ecpool:pool_spec(?APP, ?APP, emq_auth_redis_cli, Server),
32+
PoolSpec = ecpool:pool_spec(?APP, ?APP, emq_redis_hook_cli, Server),
3333
{ok, {{one_for_one, 10, 100}, [PoolSpec]}}.

0 commit comments

Comments
 (0)