From 2f4de6fc8d529b55b7092e423a1b9dbd2ffb7e5e Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:45:47 +0000 Subject: [PATCH] standard-notes: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/s/standard-notes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/s/standard-notes.rb b/Casks/s/standard-notes.rb index d051869072..f9f7abd203 100644 --- a/Casks/s/standard-notes.rb +++ b/Casks/s/standard-notes.rb @@ -31,8 +31,8 @@ cask "standard-notes" do zap trash: [ "~/Library/Application Support/Standard Notes", - "~/Library/Caches/org.standardnotes.standardnotes.ShipIt", "~/Library/Caches/org.standardnotes.standardnotes", + "~/Library/Caches/org.standardnotes.standardnotes.ShipIt", "~/Library/Preferences/org.standardnotes.standardnotes.helper.plist", "~/Library/Preferences/org.standardnotes.standardnotes.plist", "~/Library/Saved Application State/org.standardnotes.standardnotes.savedState",