From 24ef6439bc1a141d242a5da345e3ea36b10c5fd4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 23 Dec 2021 22:52:41 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 2c02da9..cb49853 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -94,7 +94,7 @@ then pushd $final_path ynh_use_nodejs - ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm update tiddlywiki@${tiddlywiki_version} + npm update tiddlywiki@${tiddlywiki_version} popd fi