Merge pull request #12134 from FnControlOption/patch-5

install: fix --skip-cask-deps message
This commit is contained in:
Mike McQuaid 2021-09-28 08:37:26 +01:00 committed by GitHub
commit 6eeff8d70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,7 +341,7 @@ module Cask
missing_formulae_and_casks.each do |cask_or_formula|
if cask_or_formula.is_a?(Cask)
if skip_cask_deps?
opoo "`--skip-cask-deps` is set; skipping installation of #{@cask}."
opoo "`--skip-cask-deps` is set; skipping installation of #{cask_or_formula}."
next
end