mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
fix variable
This commit is contained in:
parent
c6e1b18aa6
commit
4bd5d147e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue