changing to installed_formulae, as its checked if it should be installed

This commit is contained in:
thibhero 2025-05-07 12:08:46 -04:00
parent f875dbc8a7
commit 499a9b9dae

View File

@ -310,7 +310,7 @@ module Homebrew
Install.perform_preinstall_checks_once
Install.check_cc_argv(args.cc)
Install.ask_formulae(formulae, args: args) if args.ask?
Install.ask_formulae(installed_formulae, args: args) if args.ask?
Install.install_formulae(
installed_formulae,