From ced6e5fda4b7f1c6120df4c2b783e744cd7d0c06 Mon Sep 17 00:00:00 2001 From: Moutonjr Geoff Date: Wed, 2 Oct 2019 23:31:09 +0200 Subject: [PATCH] hotfix typo bundle --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 06be34e..39cf6ac 100755 --- a/scripts/install +++ b/scripts/install @@ -181,8 +181,8 @@ chown "$app": -R "$final_path" chmod u+rw -R "$final_path" pushd "$final_path" -exec_as "$app" gem install puma -exec_as "$app" bundle install --deployment --without development test therubyracer docker +exec_as "$app" gem install bundler puma +ynh_exec_as "$app" bundle install --deployment --without development test therubyracer docker exec_as "$app" npm install ynh_script_progression --message="Provisioning assets..." --weight=1