Fix style
This commit is contained in:
parent
a4bbdf8500
commit
b57cea84dd
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user