Skip to content

Commit

Permalink
change silentArgs for 1password
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmumenthaler committed Nov 15, 2021
1 parent 39957c0 commit 7c18a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/1password/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ($key.Count -eq 1) {
$packageArgs = @{
packageName = $packageName
fileType = 'EXE'
silentArgs = @{"1password4" = '/SILENT'; "1password" = 'uninstall' }[$env:ChocolateyPackageName]
silentArgs = 'uninstall'
validExitCodes = @(0)
file = "$($_.UninstallString -replace ' uninstall')"
}
Expand Down

0 comments on commit 7c18a07

Please sign in to comment.