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:
Brooke Kuhlmann
2018-07-29 13:37:36 -06:00
parent da81619140
commit 6c06f7107b
2 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ process_option() {
'R')
bin/restore_backup;;
'c')
verify_homebrews
verify_homebrew_formulas
verify_applications
verify_extensions;;
'C')