aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/binary.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-03-10 09:33:48 +0100
committerMarkus Reiter2017-03-10 09:44:50 +0100
commit621b67e531587a51ddb2425c5fa2955d754a9831 (patch)
treec4a83682edd54c2c69cb32460ac4db3d66cb6f2e /Library/Homebrew/cask/lib/hbc/artifact/binary.rb
parentb38c52f930ad5736518dff54f135674347a4a222 (diff)
downloadbrew-621b67e531587a51ddb2425c5fa2955d754a9831.tar.bz2
Refactor artifacts.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/artifact/binary.rb')
-rw-r--r--Library/Homebrew/cask/lib/hbc/artifact/binary.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/artifact/binary.rb b/Library/Homebrew/cask/lib/hbc/artifact/binary.rb
index 395ab5c5c..06bdfe157 100644
--- a/Library/Homebrew/cask/lib/hbc/artifact/binary.rb
+++ b/Library/Homebrew/cask/lib/hbc/artifact/binary.rb
@@ -7,8 +7,8 @@ module Hbc
super if CLI.binaries?
end
- def link(artifact_spec)
- super(artifact_spec)
+ def link
+ super
FileUtils.chmod "+x", source
end
end