fix(mix): typo in variable name (pkg build)

This commit is contained in:
Thales Macedo Garitezi 2022-01-04 11:28:48 -03:00
parent 5cf067c85f
commit 46d4c17b12
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ defmodule EMQXUmbrella.MixProject do
# FIXME: this is empty in `make emqx` ???
erl_opts: "",
emqx_description: emqx_description(release_type, edition_type),
built_on: built_on(),
built_on_arch: built_on(),
is_elixir: "yes"
]
end