diff options
| author | Jack Nagel | 2014-07-02 21:57:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-02 21:58:43 -0500 |
| commit | 54112bb6fbd5b4af50cbf9b1ca89c80962d1430f (patch) | |
| tree | 3cefdf19bbba347c5c971435dd55a26506dd275f /Library/Contributions/cmd | |
| parent | 97dc1ba243ec29ec2580da6d6533f79a97eb880f (diff) | |
| download | homebrew-54112bb6fbd5b4af50cbf9b1ca89c80962d1430f.tar.bz2 | |
Move constants so we don't have to load all of ENV to get them
Diffstat (limited to 'Library/Contributions/cmd')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 8dc327484..adcaf3d19 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -20,7 +20,6 @@ # --ci-testing-upload: Homebrew CI testing bottle upload. require 'formula' -require 'extend/ENV' require 'utils' require 'date' require 'rexml/document' |
