zwift: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:39:11 +01:00
parent 12dbcad4ac
commit 66d4725ef6
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 8 additions and 8 deletions

View File

@ -1,15 +1,15 @@
cask 'zwift' do
cask "zwift" do
version :latest
sha256 :no_check
url 'https://cdn.zwift.com/app/ZwiftOSX.dmg'
name 'Zwift'
homepage 'https://www.zwift.com/'
url "https://cdn.zwift.com/app/ZwiftOSX.dmg"
name "Zwift"
homepage "https://www.zwift.com/"
pkg 'ZwiftInstaller.pkg'
pkg "ZwiftInstaller.pkg"
uninstall quit: 'com.zwift.ZwiftLauncher',
pkgutil: 'com.zwift.ZwiftLauncher'
uninstall quit: "com.zwift.ZwiftLauncher",
pkgutil: "com.zwift.ZwiftLauncher"
zap trash: '~/Library/Application Support/Zwift'
zap trash: "~/Library/Application Support/Zwift"
end