upterm: Fix RuboCop Cask/ArrayAlphabetization offenses

This commit is contained in:
Issy Long
2024-01-20 15:46:35 +00:00
parent 4fe532f2a2
commit f53114e57d
+1 -1
View File
@@ -12,11 +12,11 @@ cask "upterm" do
app "Upterm.app"
zap trash: [
"~/.upterm",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.railsware.upterm.sfl*",
"~/Library/Application Support/Upterm",
"~/Library/Preferences/com.github.railsware.upterm.helper.plist",
"~/Library/Preferences/com.github.railsware.upterm.plist",
"~/Library/Saved Application State/com.github.railsware.upterm.savedState",
"~/.upterm",
]
end