From f4fdd11f5db22e706bd310f392b150d65eff0777 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:35 +0100 Subject: [PATCH] tofu: use `sfl*` in zap trash paths --- Casks/t/tofu.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/tofu.rb b/Casks/t/tofu.rb index fad4df2607..61ad833e4a 100644 --- a/Casks/t/tofu.rb +++ b/Casks/t/tofu.rb @@ -18,7 +18,7 @@ cask "tofu" do zap trash: [ "~/Library/Application Scripts/com.asagoo.tofu", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.asagoo.tofu.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.asagoo.tofu.sfl*", "~/Library/Containers/com.asagoo.tofu", ] end