aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/diy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/diy.rb')
-rw-r--r--Library/Homebrew/cmd/diy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/diy.rb b/Library/Homebrew/cmd/diy.rb
index fa2304dda..98d57c819 100644
--- a/Library/Homebrew/cmd/diy.rb
+++ b/Library/Homebrew/cmd/diy.rb
@@ -1,6 +1,6 @@
require "formula"
-module Homebrew extend self
+module Homebrew
def diy
%w[name version].each do |opt|
if ARGV.include? "--set-#{opt}"