From e4f8b8e0fab1422b25eb2468d8d4555d2fbef7e2 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:45:42 +0000 Subject: [PATCH] spectacle-editor: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/s/spectacle-editor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/s/spectacle-editor.rb b/Casks/s/spectacle-editor.rb index e1f3f7b363..998b483bf7 100644 --- a/Casks/s/spectacle-editor.rb +++ b/Casks/s/spectacle-editor.rb @@ -10,8 +10,8 @@ cask "spectacle-editor" do app "Spectacle Editor.app" zap trash: [ - "~/Library/Application Support/Spectacle Editor", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.formidable.spectacle-editor.sfl*", + "~/Library/Application Support/Spectacle Editor", "~/Library/Preferences/com.formidable.spectacle-editor.plist", ] end