chore: update changes/ce/fix-10172.en.md

Co-authored-by: Andrew Mayorov <encube.ul@gmail.com>
This commit is contained in:
JianBo He 2023-03-23 11:47:12 +08:00 committed by GitHub
parent 84636a3575
commit db97b36cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/#"]}.
```