fly: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:21 +01:00
parent 36c2cf89ad
commit 33d4449fb8
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
cask 'fly' do
version '6.3.0'
sha256 'fb63f29121dcf6d9ab73f421e41d14551b00c6f2d1387c9c4ff17aa61b038444'
cask "fly" do
version "6.3.0"
sha256 "fb63f29121dcf6d9ab73f421e41d14551b00c6f2d1387c9c4ff17aa61b038444"
url "https://github.com/concourse/concourse/releases/download/v#{version}/fly-#{version}-darwin-amd64.tgz"
appcast 'https://github.com/concourse/concourse/releases.atom'
name 'fly'
homepage 'https://github.com/concourse/concourse'
appcast "https://github.com/concourse/concourse/releases.atom"
name "fly"
homepage "https://github.com/concourse/concourse"
binary 'fly'
binary "fly"
end