From 98434732e658107c12cdff71e194a54763fed986 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Thu, 23 Apr 2020 06:08:51 +0300 Subject: [PATCH] Update win-helpers.psm1 --- helpers/win-helpers.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/win-helpers.psm1 b/helpers/win-helpers.psm1 index 38f797b..d796a65 100644 --- a/helpers/win-helpers.psm1 +++ b/helpers/win-helpers.psm1 @@ -11,5 +11,5 @@ function Extract-7ZipArchive { ) Write-Debug "Extract $ArchivePath to $OutputDirectory" - 7z.exe x $ArchivePath -o"$OutputDirectory" -y + 7z x $ArchivePath -o"$OutputDirectory" -y } \ No newline at end of file