From b57cea84dda63e6d5d36381fea29337272e626e3 Mon Sep 17 00:00:00 2001 From: moabits <45351488+moabits@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:36:47 +0100 Subject: [PATCH] Fix style --- Library/Homebrew/cask/dsl/caveats.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/cask/dsl/caveats.rb b/Library/Homebrew/cask/dsl/caveats.rb index 613324fd33..bc047275d0 100644 --- a/Library/Homebrew/cask/dsl/caveats.rb +++ b/Library/Homebrew/cask/dsl/caveats.rb @@ -71,10 +71,10 @@ module Cask caveat :unsigned_accessibility do |access = "Accessibility"| # access: the category in the privacy settings the app requires. - if MacOS.version < :ventura - navigation_path = "System Preferences → Security & Privacy → Privacy" + navigation_path = if MacOS.version < :ventura + "System Preferences → Security & Privacy → Privacy" else - navigation_path = "System Settings → Privacy & Security" + "System Settings → Privacy & Security" end <<~EOS