aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
diff options
context:
space:
mode:
authorJack Nagel2014-07-02 21:57:52 -0500
committerJack Nagel2014-07-02 21:58:43 -0500
commit54112bb6fbd5b4af50cbf9b1ca89c80962d1430f (patch)
tree3cefdf19bbba347c5c971435dd55a26506dd275f /Library/Contributions/cmd
parent97dc1ba243ec29ec2580da6d6533f79a97eb880f (diff)
downloadhomebrew-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-xLibrary/Contributions/cmd/brew-test-bot.rb1
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'