Skip to content

Commit

Permalink
fix: add missing parenthesis to windows install script
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Oct 5, 2018
1 parent a8ec4e0 commit 850f2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden-service/support/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ if ((CheckChocolatey) -eq $false) { return }
# name.
$chocDeps = (("git","git"),
("rsync","rsync"),
("node","nodejs"),
("node","nodejs"))
CheckChocolateyDeps($chocDeps)
[Console]::ResetColor()

Expand Down

0 comments on commit 850f2d4

Please sign in to comment.