From 72cf77b09a15915a6c80e8bdc8c4fdb7235a40eb Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:38:15 +0200 Subject: [PATCH] set old variable back --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 139f838..98b7386 100755 --- a/scripts/install +++ b/scripts/install @@ -59,7 +59,7 @@ pushd $install_dir python3 -m venv $install_dir/venv source $install_dir/venv/bin/activate ynh_hide_warnings pip install --upgrade pip wheel toml pyyaml - ynh_hide_warnings pip install fittrackee=="$(ynh_app_manifest_version)" + ynh_hide_warnings pip install fittrackee=="$(ynh_app_upstream_version)" popd #=================================================