Update file executable_install-program
This commit is contained in:
parent
3ae94e1c96
commit
fd2bfd8995
1 changed files with 1 additions and 1 deletions
|
@ -1338,7 +1338,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 {
|
||||
await $`brew list ${pkg}`
|
||||
newVal = newVal.filter(x => x === pkg)
|
||||
|
|
Loading…
Reference in a new issue