fix(release): pass overlay vars with correct option

Even though relx 4.7.0 seems to support passing overlay vars through
`overlay_vars` option, it was designed to hold list of filenames where
vars are defined and works unreliable if used as a proplist.
This commit is contained in:
Andrew Mayorov 2022-12-08 19:40:20 +03:00
parent 9f49b8fd4a
commit 51d849f267
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ relx(Vsn, RelType, PkgType, Edition) ->
{vm_args, false},
{release, {emqx, Vsn}, relx_apps(RelType, Edition)},
{overlay, relx_overlay(RelType, Edition)},
{overlay_vars,
{overlay_vars_values,
build_info() ++
[
{emqx_description, emqx_description(RelType, Edition)}