Fix style

This commit is contained in:
moabits 2022-11-04 17:36:47 +01:00
parent a4bbdf8500
commit b57cea84dd

View File

@ -71,10 +71,10 @@ module Cask
caveat :unsigned_accessibility do |access = "Accessibility"| caveat :unsigned_accessibility do |access = "Accessibility"|
# access: the category in the privacy settings the app requires. # access: the category in the privacy settings the app requires.
if MacOS.version < :ventura navigation_path = if MacOS.version < :ventura
navigation_path = "System Preferences → Security & Privacy → Privacy" "System Preferences → Security & Privacy → Privacy"
else else
navigation_path = "System Settings → Privacy & Security" "System Settings → Privacy & Security"
end end
<<~EOS <<~EOS