From a4273da370b46471e70193d87774a665085b9431 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 24 Jan 2024 16:18:06 +0000 Subject: [PATCH] firefox: Fix new RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/f/firefox.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/f/firefox.rb b/Casks/f/firefox.rb index bc7a719714b..3eb56bf275f 100644 --- a/Casks/f/firefox.rb +++ b/Casks/f/firefox.rb @@ -255,8 +255,8 @@ cask "firefox" do ], rmdir: [ "~/Library/Application Support/Mozilla", # May also contain non-Firefox data - "~/Library/Caches/Mozilla/updates/Applications", - "~/Library/Caches/Mozilla/updates", "~/Library/Caches/Mozilla", + "~/Library/Caches/Mozilla/updates", + "~/Library/Caches/Mozilla/updates/Applications", ] end