From 1b143522909b034be849dfb6112a5d92d3d3d9f2 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:34 +0100 Subject: [PATCH] table-tool: use `sfl*` in zap trash paths --- Casks/t/table-tool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/table-tool.rb b/Casks/t/table-tool.rb index a3c63492a3..33f9d05d03 100644 --- a/Casks/t/table-tool.rb +++ b/Casks/t/table-tool.rb @@ -11,7 +11,7 @@ cask "table-tool" do zap trash: [ "~/Library/Application Scripts/at.eggerapps.tabletool", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/at.eggerapps.tabletool.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/at.eggerapps.tabletool.sfl*", "~/Library/Containers/at.eggerapps.tabletool", ] end