Skip to content

Commit

Permalink
appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-cbon committed Mar 7, 2017
1 parent 98a4bc7 commit 7a45d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/choco/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ $fileType = 'msi';
$scriptPath = $(Split-Path $MyInvocation.MyCommand.Path);
$fileFullPath = Join-Path $scriptPath '{{.Choco.MsiFile}}';

Uninstall-ChocolateyPackage $packageName $fileType "$fileFullPath /qr"
Uninstall-ChocolateyPackage $packageName $fileType "$fileFullPath /q"

0 comments on commit 7a45d74

Please sign in to comment.