dev-cmd/bump-cask-pr: fix install_bundler_gems! logic.

This commit is contained in:
Mike McQuaid 2023-07-18 12:18:19 +01:00
parent 6b012b6592
commit 1db83cd4a9
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -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.