From 2bb7b2af3eba60ab5613a19a26d9cc4ad20e57dc Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:47:03 +0000 Subject: [PATCH] macdown: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/m/macdown.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/macdown.rb b/Casks/m/macdown.rb index 54e57dfbca..81eae68b20 100644 --- a/Casks/m/macdown.rb +++ b/Casks/m/macdown.rb @@ -25,8 +25,8 @@ cask "macdown" do binary "#{appdir}/MacDown.app/Contents/SharedSupport/bin/macdown" zap trash: [ - "~/Library/Application Support/MacDown", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.uranusjr.macdown.sfl*", + "~/Library/Application Support/MacDown", "~/Library/Caches/com.uranusjr.macdown", "~/Library/Cookies/com.uranusjr.macdown.binarycookies", "~/Library/Preferences/com.uranusjr.macdown.plist",