Fixed verification of Homebrew formulas.
The `verify_homebrew_formulas` function will no longer error when checking Homebrew formulas due to invalid function name.
This commit is contained in:
@@ -43,7 +43,7 @@ process_option() {
|
||||
'R')
|
||||
bin/restore_backup;;
|
||||
'c')
|
||||
verify_homebrews
|
||||
verify_homebrew_formulas
|
||||
verify_applications
|
||||
verify_extensions;;
|
||||
'C')
|
||||
|
||||
Reference in New Issue
Block a user