From 3313224abf7b7c2aab086fa38ffabc98fcbe21c4 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:45:14 +0000 Subject: [PATCH] roku-remote-tool: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/r/roku-remote-tool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/r/roku-remote-tool.rb b/Casks/r/roku-remote-tool.rb index 007cb01544..73b6694101 100644 --- a/Casks/r/roku-remote-tool.rb +++ b/Casks/r/roku-remote-tool.rb @@ -16,7 +16,7 @@ cask "roku-remote-tool" do uninstall delete: [ "~/Library/Application Support/roku_remote_tool", - "~/Library/Preferences/com.rokuremotetool.plist", "~/Library/Logs/roku_remote_tool", + "~/Library/Preferences/com.rokuremotetool.plist", ] end