Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
fix: specify bundle path on bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
phongsi committed Aug 26, 2016
1 parent 7240f5f commit b9d4335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def every_enabled_rds

def perform_bundle_install(release_path)
execute 'bundle_install' do
command 'bundle install --deployment --without development test'
command '/usr/local/bin/bundle install --deployment --without development test'
cwd release_path
end
end
Expand Down

0 comments on commit b9d4335

Please sign in to comment.