summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <454857+lamont-granquist@users.noreply.github.com>2022-02-14 12:53:14 -0800
committerGitHub <noreply@github.com>2022-02-14 12:53:14 -0800
commitaf2b8ef07df1a85e46849276bff4c1cf8db65507 (patch)
tree8866587912deafa94d60afa830bae5c0c41098d8
parent050e1b865f725558bdfbfd5203981f437ff3c08b (diff)
parentf52c90d728f690ceb46880bf9fda6020c3605d48 (diff)
downloadchef-af2b8ef07df1a85e46849276bff4c1cf8db65507.tar.gz
Merge pull request #12578 from chef/lcg/fix-hab-builds
-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
)
}