Removed Homebrew Mecurial formula verification check
No longer necessary as Mecurial isn't used or required by any applications in the macOS Configuration project.
This commit is contained in:
@@ -18,11 +18,6 @@ verify_homebrew_formulas() {
|
||||
application="gnupg"
|
||||
fi
|
||||
|
||||
# Exception: "hg" is the binary but is listed as "mercurial".
|
||||
if [[ "$application" == "hg" ]]; then
|
||||
application="mercurial"
|
||||
fi
|
||||
|
||||
verify_listed_application "$application" "${applications[*]}"
|
||||
fi
|
||||
done < "$MAC_OS_CONFIG_PATH/bin/install_homebrew_formulas"
|
||||
|
||||
Reference in New Issue
Block a user