Skip to content

Commit

Permalink
Update chocolateyuninstall.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssen authored May 25, 2023
1 parent b81297b commit 645ab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvndaemon/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$programFiles = (${env:ProgramFiles}, ${env:ProgramFiles(x86)} -ne $null)[0]
$installDir = "$programFiles\mvndaemon"

rm -r "$installDir\maven-mvnd-0.8.2-windows-amd64"
rm -r "$installDir\maven-mvnd-0.9.0-windows-amd64"

0 comments on commit 645ab87

Please sign in to comment.