Skip to content

Commit

Permalink
Merge pull request #2513 from bluebird75/master
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Oct 25, 2024
2 parents 7bb5666 + cc8f70b commit 8095a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/graphviz/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if ($key.Count -eq 1) {
file = "$($_.UninstallString.Replace(' /x86=0', ''))" #"C:\Program Files\OpenSSH\uninstall.exe" /x86=0
}

$installLocation = (Get-Item $key.UninstallString).DirectoryName
$installLocation = $(Split-Path $_.UninstallString.trim('"') )
Write-Debug "$packageName installed in: $installLocation"

if (!$installLocation) {
Expand Down

0 comments on commit 8095a2c

Please sign in to comment.