From afda34b468104242a368e1ea5771918872b2e4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:41:48 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index ea5750e..18ad54b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -140,7 +140,8 @@ pushd $install_dir ep_headings2@${ep_headings2_version} \ ep_font_size@${ep_font_size_version} if [ $mypads -eq 1 ]; then - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run install-plugins ep_mypads@${mypads_version} + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run install-plugins \ + ep_mypads@${mypads_version} fi popd