From 46d4c17b12521f10f9a91166a778a56c131422e6 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Tue, 4 Jan 2022 11:28:48 -0300 Subject: [PATCH] fix(mix): typo in variable name (pkg build) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 363b40f4b..a32512f4e 100644 --- a/mix.exs +++ b/mix.exs @@ -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