Update file executable_install-program
This commit is contained in:
parent
f4102815d6
commit
28d6f80855
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ async function beforeInstall(packageManager) {
|
|||
try {
|
||||
runCommand('Running brew update', `brew update`)
|
||||
} catch (e) {
|
||||
log('error', 'Homebrew', 'Failed while running brew update')
|
||||
log('error', 'Homebrew', 'Failed running brew update')
|
||||
}
|
||||
}
|
||||
} else if (packageManager === 'cargo') {
|
||||
|
|
Loading…
Reference in a new issue