From 98459833467ea282be6589ed1073b2d5e134af53 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Fri, 15 Dec 2023 17:38:46 +0000 Subject: [PATCH] virtual-desktop-streamer: fix style --- Casks/v/virtual-desktop-streamer.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Casks/v/virtual-desktop-streamer.rb b/Casks/v/virtual-desktop-streamer.rb index 7ce188c657..28bc425c1f 100644 --- a/Casks/v/virtual-desktop-streamer.rb +++ b/Casks/v/virtual-desktop-streamer.rb @@ -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?