aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-08-25 13:46:16 -0700
committerMike McQuaid2012-08-25 13:46:16 -0700
commit246530cc4f7eeddfbb8c6381f227a6c4977b2040 (patch)
treefbe4b979ca63ab00c79ea5b55aca7a78324bf490 /Library
parent43292793ee5418da6a6c5caf2d191b91349a0440 (diff)
downloadhomebrew-246530cc4f7eeddfbb8c6381f227a6c4977b2040.tar.bz2
brew-test-bot: add missing 'formula' require.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmds/brew-test-bot.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmds/brew-test-bot.rb b/Library/Contributions/cmds/brew-test-bot.rb
index dab91805a..96c51eabf 100755
--- a/Library/Contributions/cmds/brew-test-bot.rb
+++ b/Library/Contributions/cmds/brew-test-bot.rb
@@ -8,6 +8,7 @@
# --comment: Comment on the pull request
# --clean: Clean the Homebrew directory. Very dangerous. Use with care.
+require 'formula'
require 'utils'
require 'date'