diff --git a/Library/Homebrew/dev-cmd/bump-cask-pr.rb b/Library/Homebrew/dev-cmd/bump-cask-pr.rb index 9b592dd896..bd99c5338d 100644 --- a/Library/Homebrew/dev-cmd/bump-cask-pr.rb +++ b/Library/Homebrew/dev-cmd/bump-cask-pr.rb @@ -61,7 +61,7 @@ module Homebrew # This will be run by `brew audit` or `brew style` later so run it first to # not start spamming during normal output. - Homebrew.install_bundler_gems! if args.no_audit? && args.no_style? + Homebrew.install_bundler_gems! if !args.no_audit? || !args.no_style? # As this command is simplifying user-run commands then let's just use a # user path, too.