mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
blurscreen: fix style
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user