From 3f012d90266895dd16816abdddfba940de4e85c0 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:45:10 +0000 Subject: [PATCH] reunion: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/r/reunion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/r/reunion.rb b/Casks/r/reunion.rb index 9fe625ada8..e0328e2c94 100644 --- a/Casks/r/reunion.rb +++ b/Casks/r/reunion.rb @@ -24,8 +24,8 @@ cask "reunion" do "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.leisterpro.reunion#{version.major}.sfl*", "~/Library/Application Support/Reunion", "~/Library/Caches/com.leisterpro.reunion#{version.major}", - "~/Library/Preferences/com.leisterpro.reunion.version.plist", "~/Library/Preferences/com.leisterpro.reunion#{version.major}.plist", + "~/Library/Preferences/com.leisterpro.reunion.version.plist", "~/Library/Preferences/Reunion Preferences", ] end