aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/hooks/bottles.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/hooks/bottles.rb')
-rw-r--r--Library/Homebrew/hooks/bottles.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/hooks/bottles.rb b/Library/Homebrew/hooks/bottles.rb
index 6f6ce7e47..c6612dea6 100644
--- a/Library/Homebrew/hooks/bottles.rb
+++ b/Library/Homebrew/hooks/bottles.rb
@@ -7,12 +7,12 @@
module Homebrew
module Hooks
module Bottles
- def self.setup_formula_has_bottle &block
+ def self.setup_formula_has_bottle(&block)
@has_bottle = block
true
end
- def self.setup_pour_formula_bottle &block
+ def self.setup_pour_formula_bottle(&block)
@pour_bottle = block
true
end