Merge pull request #5986 from muescha/patch-1

(cask): change cask template url `'` to `"` to allow string interpolation on version
This commit is contained in:
Mike McQuaid 2019-04-07 08:18:27 +01:00 committed by GitHub
commit b3a6419dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ module Cask
version '' version ''
sha256 '' sha256 ''
url 'https://' url "https://"
name '' name ''
homepage '' homepage ''

View File

@ -33,7 +33,7 @@ describe Cask::Cmd::Create, :cask do
version '' version ''
sha256 '' sha256 ''
url 'https://' url "https://"
name '' name ''
homepage '' homepage ''