summaryrefslogtreecommitdiff
path: root/habitat/plan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'habitat/plan.sh')
-rw-r--r--habitat/plan.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/habitat/plan.sh b/habitat/plan.sh
index 26fcd5dad6..0169a8ff58 100644
--- a/habitat/plan.sh
+++ b/habitat/plan.sh
@@ -56,6 +56,10 @@ do_build() {
bundle config --local silence_root_warning 1
+ pushd chef-helpers > /dev/null
+ _bundle_install "${pkg_prefix}/bundle"
+ popd > /dev/null
+
pushd chef-config > /dev/null
_bundle_install "${pkg_prefix}/bundle"
popd > /dev/null