aboutsummaryrefslogtreecommitdiffstats
path: root/lib/soap/soap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/soap/soap.rb')
-rw-r--r--lib/soap/soap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/soap/soap.rb b/lib/soap/soap.rb
index ea2b4db2e1..d00d89b05b 100644
--- a/lib/soap/soap.rb
+++ b/lib/soap/soap.rb
@@ -100,7 +100,7 @@ end
module Env
def self.getenv(name)
- ENV[name.downcase] || ENV[name]
+ ENV[name.downcase] || ENV[name.upcase]
end
use_proxy = getenv('soap_use_proxy') == 'on'