Skip to content

Commit

Permalink
fix: windows install script
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorbes committed Sep 17, 2018
1 parent ff254e5 commit 0c2a2f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion garden-cli/support/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Function CheckChocolateyDeps {
}
}
if ($install) {
& cinst $newArray
& cinst $missing
}
}

Expand Down Expand Up @@ -153,6 +153,7 @@ $chocDeps = (("git","git"),
("node","nodejs"),
("helm","kubernetes-helm"))
CheckChocolateyDeps($chocDeps)
[Console]::ResetColor()

# Node Configuration.
Write-Host("- Installing/updating Node.js build dependencies")
Expand Down

0 comments on commit 0c2a2f0

Please sign in to comment.