Skip to content

Commit

Permalink
fix: icue incorrect flag
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Nguyen <[email protected]>
  • Loading branch information
mikeee committed Jan 18, 2025
1 parent 82448e9 commit 412b837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/icue/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $packageArgs = @{

softwareName = 'icue*'

silentArgs = "--quiet"
silentArgs = "/quiet"
validExitCodes= @(0)
}

Expand Down

0 comments on commit 412b837

Please sign in to comment.