From 0a254368999fdedc01db6644c7b0099a02432fb1 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Fri, 15 Dec 2023 17:37:20 +0000 Subject: [PATCH] blurscreen: fix style --- Casks/b/blurscreen.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Casks/b/blurscreen.rb b/Casks/b/blurscreen.rb index 812bdb0cf9..40c085ae87 100644 --- a/Casks/b/blurscreen.rb +++ b/Casks/b/blurscreen.rb @@ -25,7 +25,6 @@ cask "blurscreen" do ohai "The BlurScreen package postinstall script launches the BlurScreen app" if retries >= 3 ohai "Attempting to close BlurScreen.app to avoid unwanted user intervention" if retries >= 3 return unless system_command "/usr/bin/pkill", args: ["-f", "/Applications/BlurScreen.app"] - rescue RuntimeError sleep 1 retry unless (retries -= 1).zero?