From 6459c1f9253baa9efb725c1ac5d555c73ffd445c Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:44:56 +0000 Subject: [PATCH] publish-or-perish: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/p/publish-or-perish.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/publish-or-perish.rb b/Casks/p/publish-or-perish.rb index a69c64d65d..c3cfc6a373 100644 --- a/Casks/p/publish-or-perish.rb +++ b/Casks/p/publish-or-perish.rb @@ -20,7 +20,7 @@ cask "publish-or-perish" do zap trash: [ "~/Library/Application Support/Publish or Perish", - "~/Library/Preferences/Publish or Perish.json", "~/Library/Preferences/com.tarma.popmac.plist", + "~/Library/Preferences/Publish or Perish.json", ] end