We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59a977 commit 1c6e81bCopy full SHA for 1c6e81b
lib/uri/generic.rb
@@ -1526,7 +1526,7 @@ def find_proxy(env=ENV)
1526
else
1527
unless proxy_uri = env[name]
1528
if proxy_uri = env[name.upcase]
1529
- warn 'The environment variable HTTP_PROXY is discouraged. Use http_proxy.', uplevel: 1
+ warn 'The environment variable HTTP_PROXY is discouraged. Please use http_proxy instead.', uplevel: 1
1530
end
1531
1532
0 commit comments