Merge pull request #6673 from emqx/fix-appup

chore(appup): fix syntax error
This commit is contained in:
JimMoen 2022-01-07 11:33:20 +08:00 committed by GitHub
commit 93ec2ef995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -129,8 +129,8 @@
{load_module, emqx_cm, brutal_purge, soft_purge, []} {load_module, emqx_cm, brutal_purge, soft_purge, []}
]}, ]},
{<<"4.2.9">>, [ {<<"4.2.9">>, [
{load_module, emqx_zone, brutal_purge, soft_purge, []}, {load_module, emqx_zone, brutal_purge, soft_purge, []}
]}, ]},
{<<".*">>, []} {<<".*">>, []}
], ],
[ [
@ -261,8 +261,8 @@
{load_module, emqx_cm, brutal_purge, soft_purge, []} {load_module, emqx_cm, brutal_purge, soft_purge, []}
]}, ]},
{<<"4.2.9">>, [ {<<"4.2.9">>, [
{load_module, emqx_zone, brutal_purge, soft_purge, []}, {load_module, emqx_zone, brutal_purge, soft_purge, []}
]}, ]},
{<<".*">>, []} {<<".*">>, []}
] ]
}. }.