From f4574250e150918f3ecd5c5eab7c3f4ca8a3ddb6 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:45:30 +0000 Subject: [PATCH] dropbox-capture: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/d/dropbox-capture.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/d/dropbox-capture.rb b/Casks/d/dropbox-capture.rb index 3a586cb9fe..248c5c49e0 100644 --- a/Casks/d/dropbox-capture.rb +++ b/Casks/d/dropbox-capture.rb @@ -23,9 +23,9 @@ cask "dropbox-capture" do zap trash: [ "~/Library/Application Support/Dropbox-Capture", - "~/Library/Caches/Dropbox-Capture", "~/Library/Caches/com.electron.dropbox-capture", "~/Library/Caches/com.electron.dropbox-capture.ShipIt", + "~/Library/Caches/Dropbox-Capture", "~/Library/Logs/Dropbox-Capture", "~/Library/Preferences/com.electron.dropbox-capture.plist", ]