Skip to content

Commit

Permalink
Merge pull request #13864 from MikeMcQuaid/cask_quarantine
Browse files Browse the repository at this point in the history
diagnostic: improve cask quarantine messaging.
  • Loading branch information
MikeMcQuaid committed Sep 14, 2022
2 parents eda19da + 1462921 commit 25391dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Homebrew/diagnostic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1049,11 +1049,11 @@ def check_cask_quarantine_support
when :quarantine_available
nil
when :xattr_broken
"There's no working version of `xattr` on this system."
"No Cask quarantine support available: there's no working version of `xattr` on this system."
when :no_swift
"Swift is not available on this system."
"No Cask quarantine support available: there's no available version of `swift` on this system."
else
"Unknown support status"
"No Cask quarantine support available: unknown reason."
end
end

Expand Down

0 comments on commit 25391dc

Please sign in to comment.