diff --git a/lib/decompress.ps1 b/lib/decompress.ps1 index 84600303a..8e71c9f18 100644 --- a/lib/decompress.ps1 +++ b/lib/decompress.ps1 @@ -215,7 +215,7 @@ function Expand-DarkArchive { $Removal ) $LogLocation = "$(Split-Path $Path)\dark.log" - & (Get-HelperPath -Helper Dark) -nologo -x "$DestinationPath" "$Path" | Out-File $LogLocation + & (Get-HelperPath -Helper Dark) -nologo -x "$Path" "$DestinationPath" | Out-File $LogLocation if ($LASTEXITCODE -ne 0) { abort "Failed to extract files from $Path.`nLog file:`n $(friendly_path $LogLocation)" }