tuxera-ntfs: Fix RuboCop Cask/ArrayAlphabetization offenses

This commit is contained in:
Issy Long
2024-01-20 15:46:29 +00:00
parent 0a7a964bb4
commit d7c9fb6beb
+2 -2
View File
@@ -17,8 +17,8 @@ cask "tuxera-ntfs" do
pkg ".packages/Flat/Install Tuxera NTFS.mpkg"
uninstall quit: [
"com.tuxera.Tuxera-NTFS",
"com.tuxera.filesystems.ntfs.agent",
"com.tuxera.Tuxera-NTFS",
],
pkgutil: [
"com.tuxera.pkg.Tuxera_NTFS",
@@ -30,7 +30,7 @@ cask "tuxera-ntfs" do
"/Library/Preferences/com.tuxera.NTFS.plist",
],
trash: [
"~/Library/Saved Application State/com.tuxera.TuxeraDiskManager.savedState",
"~/Library/Caches/com.tuxera.filesystems.ntfs.agent",
"~/Library/Saved Application State/com.tuxera.TuxeraDiskManager.savedState",
]
end