chore: EMQ X -> EMQX in emqx description

This commit is contained in:
Zaiming (Stone) Shi 2022-02-16 17:49:52 +01:00
parent ea1bf58a2d
commit 09775936e5
1 changed files with 3 additions and 3 deletions

View File

@ -218,9 +218,9 @@ relx(Vsn, RelType, PkgType, Edition) ->
| overlay_vars(RelType, PkgType, Edition)]}
].
emqx_description(cloud, ee) -> "EMQ X Enterprise Edition";
emqx_description(cloud, ce) -> "EMQ X Community Edition";
emqx_description(edge, ce) -> "EMQ X Edge Edition".
emqx_description(cloud, ee) -> "EMQX Enterprise Edition";
emqx_description(cloud, ce) -> "EMQX Community Edition";
emqx_description(edge, ce) -> "EMQX Edge Edition".
overlay_vars(RelType, PkgType, Edition) ->
overlay_vars_rel(RelType)