From 76a29a43afbf1c1ce3a7bfb18a70386196033081 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:45:45 +0000 Subject: [PATCH] sqlpro-for-postgres: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/s/sqlpro-for-postgres.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/s/sqlpro-for-postgres.rb b/Casks/s/sqlpro-for-postgres.rb index efa32dc7ae..8e65e2d480 100644 --- a/Casks/s/sqlpro-for-postgres.rb +++ b/Casks/s/sqlpro-for-postgres.rb @@ -16,7 +16,7 @@ cask "sqlpro-for-postgres" do app "SQLPro for Postgres.app" zap trash: [ - "~/Library/Containers/com.hankinsoft.osx.sqlpropostgres", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.hankinsoft.osx.sqlpropostgres.sfl*", + "~/Library/Containers/com.hankinsoft.osx.sqlpropostgres", ] end