aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Yun2016-10-07 22:49:01 +0800
committerDavid Yun2016-10-07 23:12:30 +0800
commitca68085e5977ecd36f566325764b4f86e75447f4 (patch)
treebd6adfd5acee0352b00a57105ef70adaba2380bf /Library
parent2e9ec473e95f96e9b0cf285b416aaaa68afb141b (diff)
downloadbrew-ca68085e5977ecd36f566325764b4f86e75447f4.tar.bz2
Fix unused argument
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/lib/hbc/dsl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/dsl.rb b/Library/Homebrew/cask/lib/hbc/dsl.rb
index f8ed2bef5..db6739f4b 100644
--- a/Library/Homebrew/cask/lib/hbc/dsl.rb
+++ b/Library/Homebrew/cask/lib/hbc/dsl.rb
@@ -204,7 +204,7 @@ module Hbc
@sha256 ||= arg
end
- def license(arg = nil)
+ def license(*)
odeprecated "Hbc::DSL#license"
end