heroku-cli: Fix arguments in pre_install script (#3877)

This commit is contained in:
L. Yeung 2022-09-05 13:55:17 +08:00 committed by GitHub
parent 6aa392b791
commit 7cef95f2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
"Invoke-ExternalCommand (Get-HelperPath '7zip') -ArgumentList @(", "Invoke-ExternalCommand (Get-HelperPath '7zip') -ArgumentList @(",
" 'x'", " 'x'",
" \"$dir\\dl\"", " \"$dir\\dl\"",
" \"-o`\"$dir\\dlo`\"\"", " \"-o$dir\\dlo\"",
" '-bso0'", " '-bso0'",
" '-bd'", " '-bd'",
" '-bse0'", " '-bse0'",