From cd4fac5b49ceaf9028bea381f41ca7db1cea9abe Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:45:04 +0000 Subject: [PATCH] cisco-jabber: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/c/cisco-jabber.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/c/cisco-jabber.rb b/Casks/c/cisco-jabber.rb index 52932d94bd6..77102a58cf3 100644 --- a/Casks/c/cisco-jabber.rb +++ b/Casks/c/cisco-jabber.rb @@ -20,12 +20,12 @@ cask "cisco-jabber" do "com.jabra.CiscoJabberPlugin", "com.logitech.LogiUCPlugin", "com.PlantronicsPlugin.CiscoJabberPlugin", - "com.Sennheiser.pkg.SennheiserSDKv789904MacSDKv8602", "com.sennheiser.CiscoJabberPlugin", + "com.Sennheiser.pkg.SennheiserSDKv789904MacSDKv8602", ], delete: [ "/Applications/Cisco Jabber.app", - "/Library/Logs/Jabber/", "/Library/Application Support/Cisco/Unified Communications/Jabber/", + "/Library/Logs/Jabber/", ] end