aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKimmo Lehto2017-02-21 13:16:04 +0200
committerKimmo Lehto2017-02-21 13:16:04 +0200
commitf5a0ae176a1abed5ecba42a436a8a32595c21a9d (patch)
tree366dfc81dd524cbb26609c04ab2f96c638d8c5e9 /Library
parent91c1a54b674c0468729de9ba62cccfaef2188af7 (diff)
downloadbrew-f5a0ae176a1abed5ecba42a436a8a32595c21a9d.tar.bz2
Syntax fail
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements/ruby_requirement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements/ruby_requirement.rb b/Library/Homebrew/requirements/ruby_requirement.rb
index f03399078..0caedb5ca 100644
--- a/Library/Homebrew/requirements/ruby_requirement.rb
+++ b/Library/Homebrew/requirements/ruby_requirement.rb
@@ -8,7 +8,7 @@ class RubyRequirement < Requirement
super
end
- satisfy build_env: false { suitable_ruby }
+ satisfy(build_env: false) { suitable_ruby }
env do
ENV.prepend_path "PATH", suitable_ruby