From 379e62427226533a4c8497135d9cb6febe6d6266 Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Sun, 3 Jan 2016 14:17:53 -0500 Subject: [PATCH] bittorrent.rb: RuboCop (master), RuboCop-cask (master) auto-correct --- Casks/bittorrent.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Casks/bittorrent.rb b/Casks/bittorrent.rb index 06d2bf132c4..d2c87e46e01 100644 --- a/Casks/bittorrent.rb +++ b/Casks/bittorrent.rb @@ -12,10 +12,10 @@ cask 'bittorrent' do uninstall :delete => '/Applications/BitTorrent.app' zap :delete => [ - '~/Library/Preferences/com.com.bittorrent.BitTorrent.plist', - '~/Library/Application Support/BitTorrent', - '~/Library/Saved Application State/com.com.bittorrent.BitTorrent.savedState', - '~/Library/Caches/com.com.bittorrent.BitTorrent', - '~/Library/LaunchAgents/com.bittorrent.BitTorrent.plist' + '~/Library/Preferences/com.com.bittorrent.BitTorrent.plist', + '~/Library/Application Support/BitTorrent', + '~/Library/Saved Application State/com.com.bittorrent.BitTorrent.savedState', + '~/Library/Caches/com.com.bittorrent.BitTorrent', + '~/Library/LaunchAgents/com.bittorrent.BitTorrent.plist', ] end