summaryrefslogtreecommitdiff
path: root/habitat
diff options
context:
space:
mode:
Diffstat (limited to 'habitat')
-rw-r--r--habitat/plan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.sh b/habitat/plan.sh
index ec0b0f6a09..7a9e6343c7 100644
--- a/habitat/plan.sh
+++ b/habitat/plan.sh
@@ -97,7 +97,7 @@ do_build() {
build_line "Installing gems from git repos properly ..."
ruby ./post-bundle-install.rb
build_line "Installing this project's gems ..."
- bundle exec rake install
+ bundle exec rake install:local
)
}