hackhands: fix RuboCop style.

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

View File

@ -1,11 +1,11 @@
cask 'hackhands' do
version '2.0.2'
sha256 'f5eb24548d5897c17a75da12c527f122189667578775864009741074aeb53d1c'
cask "hackhands" do
version "2.0.2"
sha256 "f5eb24548d5897c17a75da12c527f122189667578775864009741074aeb53d1c"
# s.pluralsight.com/mentors/desktop/ was verified as official when first introduced to the cask
url "https://s.pluralsight.com/mentors/desktop/HackHands-#{version}.dmg"
name 'HackHands'
homepage 'https://hackhands.com/desktop/'
name "HackHands"
homepage "https://hackhands.com/desktop/"
app 'HackHands.app'
app "HackHands.app"
end