aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmds/brew-pull.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmds/brew-pull.rb b/Library/Contributions/cmds/brew-pull.rb
index 22e549305..b20209482 100755
--- a/Library/Contributions/cmds/brew-pull.rb
+++ b/Library/Contributions/cmds/brew-pull.rb
@@ -2,6 +2,7 @@
# Optionally, installs it too.
require 'utils'
+require 'formula'
def tap arg
match = arg.match(%r[homebrew-(\w+)/])