From 4bd5d147e459516fb5169ba6a5e15a16cc413588 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:34:14 +0200 Subject: [PATCH] fix variable --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 98b7386..139f838 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_upstream_version)" + ynh_hide_warnings pip install fittrackee=="$(ynh_app_manifest_version)" popd #=================================================