diff options
| author | Markus Reiter | 2017-03-10 09:33:48 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-03-10 09:44:50 +0100 |
| commit | 621b67e531587a51ddb2425c5fa2955d754a9831 (patch) | |
| tree | c4a83682edd54c2c69cb32460ac4db3d66cb6f2e /Library/Homebrew/cask/lib/hbc/artifact/binary.rb | |
| parent | b38c52f930ad5736518dff54f135674347a4a222 (diff) | |
| download | brew-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.rb | 4 |
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 |
