1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

Update _common.sh

This commit is contained in:
Éric Gaspar 2024-01-06 19:35:14 +01:00 committed by Félix Piédallu
parent 6a2d2828b4
commit f12874c5aa

View file

@ -110,7 +110,7 @@ ynh_use_ruby () {
ynh_ruby_load_path="PATH=$PATH"
# Sets the local application-specific Ruby version
pushd $final_path
pushd $install_dir
$rbenv_install_dir/bin/rbenv local $ruby_version
popd
}