From db97b36cd6e25ce8367ab27e80a8af931b87c917 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 23 Mar 2023 11:47:12 +0800 Subject: [PATCH] chore: update changes/ce/fix-10172.en.md Co-authored-by: Andrew Mayorov --- changes/ce/fix-10172.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ce/fix-10172.en.md b/changes/ce/fix-10172.en.md index 8a0c5c96e..d5cec50f8 100644 --- a/changes/ce/fix-10172.en.md +++ b/changes/ce/fix-10172.en.md @@ -5,5 +5,5 @@ Fix the incorrect default ACL rule, which was: However, it should use `{re, "^dashboard$"}` to perform a regular expression match: ``` -{allow, {username, {re,"^dashboard$"}}, subscribe ,["$SYS/#"]}. +{allow, {username, {re,"^dashboard$"}}, subscribe, ["$SYS/#"]}. ```