diff options
| -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' |
