diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index ea3bfed8..5a0c925b 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -1413,7 +1413,7 @@ async function pruneInstallOrders(installOrders) { let newVal = newOrders[pkgManager] for (const pkg of newOrders[pkgManager]) { try { - runCommand(`Pruning packages that are already installed via Homebrew - ${pkg}`, `brew list ${pkg}`) + runCommand(`Ensuring Homebrew package is not already installed - ${pkg}`, `brew list ${pkg}`) newVal = newVal.filter(x => x === pkg) } catch (e) { // Do nothing