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:
commit
b3a6419dc8
@ -26,7 +26,7 @@ module Cask
|
||||
version ''
|
||||
sha256 ''
|
||||
|
||||
url 'https://'
|
||||
url "https://"
|
||||
name ''
|
||||
homepage ''
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ describe Cask::Cmd::Create, :cask do
|
||||
version ''
|
||||
sha256 ''
|
||||
|
||||
url 'https://'
|
||||
url "https://"
|
||||
name ''
|
||||
homepage ''
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user