Skip to content

Commit f820b95

Browse files
committed
Fix
1 parent e5372ce commit f820b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chocolatey.resources/helpers/functions/Install-ChocolateyInstallPackage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Pro / Business supports a single, ubiquitous install directory option.
341341
else {
342342
"$msiArgs $silentArgs"
343343
if ($additionalInstallArgs) {
344-
" " + $additionalInstallArgs
344+
$additionalInstallArgs
345345
}
346346
}
347347

0 commit comments

Comments
 (0)