We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d566e commit 840b9a2Copy full SHA for 840b9a2
habitat/plan.ps1
@@ -49,7 +49,7 @@ function Invoke-Build {
49
gem build chef-cli.gemspec
50
Write-BuildLine " ** Using gem to install"
51
gem install chef-cli-*.gem --no-document
52
-# ruby ./post-bundle-install.rb
+ ruby ./post-bundle-install.rb
53
54
If ($lastexitcode -ne 0) { Exit $lastexitcode }
55
} finally {
0 commit comments