From 54245fb92b3168cf8d5f669ed5ab7c4a14ff4a15 Mon Sep 17 00:00:00 2001 From: Moutonjr Geoff Date: Thu, 3 Oct 2019 00:16:27 +0200 Subject: [PATCH] hotfix typo bundle --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 39cf6ac..334f15f 100755 --- a/scripts/install +++ b/scripts/install @@ -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