summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-10-21 16:27:34 +0600
committerJohn McCrae <john.mccrae@progress.com>2022-10-21 16:27:34 +0600
commit6a0467487daf19ecd0a71921f555a46243fd2792 (patch)
treed32f1d18d74ec3b84a8bb264b496ff9112de02ef
parent5671ffff35d52d2740701fac7cb1612a75650252 (diff)
downloadchef-jfm/chef17_ohai.tar.gz
Adding 'local' to the rake install commandjfm/chef17_ohai
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--habitat/plan.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index 92fedfbc60..0ef5017fca 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -87,7 +87,7 @@ function Invoke-Build {
try {
Push-Location $git_gem
Write-BuildLine " -- installing $git_gem"
- rake install # this needs to NOT be 'bundle exec'd else bundler complains about dev deps not being installed
+ rake install:local # this needs to NOT be 'bundle exec'd else bundler complains about dev deps not being installed
if (-not $?) { throw "unable to install $git_gem as a plain old gem" }
} finally {
Pop-Location