Skip to content

Commit 1c6e81b

Browse files
author
sodacris
committed
improve error message
1 parent c59a977 commit 1c6e81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/uri/generic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ def find_proxy(env=ENV)
15261526
else
15271527
unless proxy_uri = env[name]
15281528
if proxy_uri = env[name.upcase]
1529-
warn 'The environment variable HTTP_PROXY is discouraged. Use http_proxy.', uplevel: 1
1529+
warn 'The environment variable HTTP_PROXY is discouraged. Please use http_proxy instead.', uplevel: 1
15301530
end
15311531
end
15321532
end

0 commit comments

Comments
 (0)