From 68785dd896275f474b13e93cf72877b0b99e85ce Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:46:13 +0000 Subject: [PATCH] textual: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/t/textual.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/textual.rb b/Casks/t/textual.rb index edfeade496..24b54562c9 100644 --- a/Casks/t/textual.rb +++ b/Casks/t/textual.rb @@ -19,7 +19,7 @@ cask "textual" do app "Textual.app" zap trash: [ - "~/Library/Preferences/com.codeux.apps.textual.plist", "~/Library/Application Support/Textual", + "~/Library/Preferences/com.codeux.apps.textual.plist", ] end