virtual-desktop-streamer: fix style

This commit is contained in:
Bo Anderson 2023-12-15 17:38:46 +00:00
parent f1c5d89924
commit 9845983346
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ cask "virtual-desktop-streamer" do
ohai "The Virtual Desktop package postinstall script launches the Streamer app" if retries >= 3
ohai "Attempting to close the Streamer app to avoid unwanted user intervention" if retries >= 3
return unless system_command "/usr/bin/pkill", args: ["-f", "/Applications/Virtual Desktop Streamer.app"]
rescue RuntimeError
sleep 1
retry unless (retries -= 1).zero?