bittorrent.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:17:53 -05:00
parent e03a7c01bb
commit 379e624272
1 changed files with 5 additions and 5 deletions

View File

@ -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