From 7cef95f2e6a941b65d657b8d75a0036b8b10e81d Mon Sep 17 00:00:00 2001 From: "L. Yeung" Date: Mon, 5 Sep 2022 13:55:17 +0800 Subject: [PATCH] heroku-cli: Fix arguments in `pre_install` script (#3877) --- bucket/heroku-cli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/heroku-cli.json b/bucket/heroku-cli.json index 51a8419f0e..ebd906f27f 100644 --- a/bucket/heroku-cli.json +++ b/bucket/heroku-cli.json @@ -17,7 +17,7 @@ "Invoke-ExternalCommand (Get-HelperPath '7zip') -ArgumentList @(", " 'x'", " \"$dir\\dl\"", - " \"-o`\"$dir\\dlo`\"\"", + " \"-o$dir\\dlo\"", " '-bso0'", " '-bd'", " '-bse0'",