diff options
| author | Mike McQuaid | 2012-08-25 13:46:16 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2012-08-25 13:46:16 -0700 |
| commit | 246530cc4f7eeddfbb8c6381f227a6c4977b2040 (patch) | |
| tree | fbe4b979ca63ab00c79ea5b55aca7a78324bf490 /Library | |
| parent | 43292793ee5418da6a6c5caf2d191b91349a0440 (diff) | |
| download | homebrew-246530cc4f7eeddfbb8c6381f227a6c4977b2040.tar.bz2 | |
brew-test-bot: add missing 'formula' require.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmds/brew-test-bot.rb | 1 |
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' |
