Update file executable_install-program
This commit is contained in:
parent
7cea5756a6
commit
69e4bcaf31
1 changed files with 1 additions and 1 deletions
|
@ -1365,7 +1365,7 @@ async function pruneInstallOrders(installOrders) {
|
|||
})
|
||||
} else if (pkgManager === 'brew') {
|
||||
let newVal = newOrders[pkgManager]
|
||||
for (const pkg in newOrders[pkgManager]) {
|
||||
for (const pkg of newOrders[pkgManager]) {
|
||||
try {
|
||||
console.log(pkg)
|
||||
runCommand('Pruning ${pkg} if it is already installed by Homebrew', `brew list ${pkg}`)
|
||||
|
|
Loading…
Reference in a new issue