Merge pull request #2057 from JCount/install-force-fix

ARGV: add missing "--force" arg to formula_install_option_names
This commit is contained in:
Mike McQuaid 2017-02-20 11:49:36 +00:00 committed by GitHub
commit 07a3d43de4

View File

@ -16,11 +16,13 @@ module HomebrewArgvExtension
--build-bottle --build-bottle
--force-bottle --force-bottle
--verbose --verbose
--force
-i -i
-v -v
-d -d
-g -g
-s -s
-f
].freeze ].freeze
end end