Update file executable_install-program

This commit is contained in:
Brian Zalewski 2023-04-18 06:19:42 +00:00
parent f4102815d6
commit 28d6f80855

View file

@ -750,7 +750,7 @@ async function beforeInstall(packageManager) {
try { try {
runCommand('Running brew update', `brew update`) runCommand('Running brew update', `brew update`)
} catch (e) { } catch (e) {
log('error', 'Homebrew', 'Failed while running brew update') log('error', 'Homebrew', 'Failed running brew update')
} }
} }
} else if (packageManager === 'cargo') { } else if (packageManager === 'cargo') {