mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
heroku-cli: Fix arguments in pre_install script (#3877)
This commit is contained in:
parent
6aa392b791
commit
7cef95f2e6
@ -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'",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user