build: fix relup hook point name

This commit is contained in:
Zaiming Shi 2021-05-07 12:46:24 +02:00 committed by Zaiming (Stone) Shi
parent 3c4e95a246
commit 30c214d64b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{cover_export_enabled, true}.
{cover_excl_mods, [emqx_exproto_pb, emqx_exhook_pb]}.
{provider_hooks,[{pre,[{release,{relup_helper,gen_appups}}]}
{provider_hooks,[{pre, [{tar, {relup_helper,gen_appups}}]}
]}.
{post_hooks,[]}.