Browse Source

Update cask template with shortened link syntax

James Anderson 12 years ago
parent
commit
11a2af136e
  1. 2
      lib/cask/cli/create.rb
  2. 2
      test/cli/create_test.rb

2
lib/cask/cli/create.rb

@ -22,7 +22,7 @@ module Cask::CLI::Create
homepage ''
version ''
sha1 ''
link :app, ''
link ''
end
EOS
end

2
test/cli/create_test.rb

@ -44,7 +44,7 @@ describe Cask::CLI::Create do
homepage ''
version ''
sha1 ''
link :app, ''
link ''
end
TEMPLATE
end

Loading…
Cancel
Save