google-photos-backup-and-sync: fix RuboCop style.

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

View File

@ -1,26 +1,26 @@
cask 'google-photos-backup-and-sync' do cask "google-photos-backup-and-sync" do
version :latest version :latest
sha256 :no_check sha256 :no_check
url 'https://dl.google.com/drive/InstallPhotosBackupAndSync.dmg' url "https://dl.google.com/drive/InstallPhotosBackupAndSync.dmg"
name 'Google Photos Backup And Sync' name "Google Photos Backup And Sync"
homepage 'https://photos.google.com/apps' homepage "https://photos.google.com/apps"
conflicts_with cask: 'google-backup-and-sync' conflicts_with cask: "google-backup-and-sync"
app 'Backup and Sync.app' app "Backup and Sync.app"
uninstall quit: 'com.google.GoogleDrive' uninstall quit: "com.google.GoogleDrive"
zap trash: [ zap trash: [
'~/Library/Application Scripts/com.google.GoogleDrive.FinderSyncAPIExtension', "~/Library/Application Scripts/com.google.GoogleDrive.FinderSyncAPIExtension",
'~/Library/Application Support/Google/Drive', "~/Library/Application Support/Google/Drive",
'~/Library/Caches/com.google.GoogleDrive', "~/Library/Caches/com.google.GoogleDrive",
'~/Library/Containers/com.google.GoogleDrive.FinderSyncAPIExtension', "~/Library/Containers/com.google.GoogleDrive.FinderSyncAPIExtension",
'~/Library/Cookies/com.google.GoogleDrive.binarycookies', "~/Library/Cookies/com.google.GoogleDrive.binarycookies",
'~/Library/Group Containers/google_drive', "~/Library/Group Containers/google_drive",
'~/Library/Preferences/com.google.GoogleDrive.plist', "~/Library/Preferences/com.google.GoogleDrive.plist",
] ]
caveats <<~EOS caveats <<~EOS
Although #{token} may be installed alongside google-drive-file-stream, you should not use the same account with both. Although #{token} may be installed alongside google-drive-file-stream, you should not use the same account with both.