diff options
| author | Jack Nagel | 2014-07-02 21:50:07 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-02 21:50:07 -0500 |
| commit | 729ee39994faf25803d50e33dec0620dae5d964e (patch) | |
| tree | eb413e03422e162eddf7281e04060d92892a5a96 /Library/Contributions/cmd | |
| parent | 2e44ffe80f3c5ed357a22a6eb74d9fd5b9debda6 (diff) | |
| download | brew-729ee39994faf25803d50e33dec0620dae5d964e.tar.bz2 | |
Add missing require
Diffstat (limited to 'Library/Contributions/cmd')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index adcaf3d19..8dc327484 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -20,6 +20,7 @@ # --ci-testing-upload: Homebrew CI testing bottle upload. require 'formula' +require 'extend/ENV' require 'utils' require 'date' require 'rexml/document' |
