1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00

hotfix typo bundle

This commit is contained in:
Moutonjr Geoff 2019-10-03 00:16:27 +02:00
parent ced6e5fda4
commit 54245fb92b

View file

@ -182,7 +182,7 @@ chmod u+rw -R "$final_path"
pushd "$final_path"
exec_as "$app" gem install bundler puma
ynh_exec_as "$app" bundle install --deployment --without development test therubyracer docker
ynh_exec_as "$app" $_homedir/.rbenv/shims/bundle install --deployment --without development test therubyracer docker
exec_as "$app" npm install
ynh_script_progression --message="Provisioning assets..." --weight=1