fix(mix): typo in variable name (pkg build)
This commit is contained in:
parent
5cf067c85f
commit
46d4c17b12
2
mix.exs
2
mix.exs
|
@ -452,7 +452,7 @@ defmodule EMQXUmbrella.MixProject do
|
||||||
# FIXME: this is empty in `make emqx` ???
|
# FIXME: this is empty in `make emqx` ???
|
||||||
erl_opts: "",
|
erl_opts: "",
|
||||||
emqx_description: emqx_description(release_type, edition_type),
|
emqx_description: emqx_description(release_type, edition_type),
|
||||||
built_on: built_on(),
|
built_on_arch: built_on(),
|
||||||
is_elixir: "yes"
|
is_elixir: "yes"
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue