Skip to content

Commit 840b9a2

Browse files
committed
Added the post-bundle-install script for windows plan file
Signed-off-by: Ashique Saidalavi <Ashique.saidalavi@progress.com>
1 parent 93d566e commit 840b9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

habitat/plan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Invoke-Build {
4949
gem build chef-cli.gemspec
5050
Write-BuildLine " ** Using gem to install"
5151
gem install chef-cli-*.gem --no-document
52-
# ruby ./post-bundle-install.rb
52+
ruby ./post-bundle-install.rb
5353

5454
If ($lastexitcode -ne 0) { Exit $lastexitcode }
5555
} finally {

0 commit comments

Comments
 (0)