summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/ftp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/remote_file/ftp.rb')
-rw-r--r--lib/chef/provider/remote_file/ftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/remote_file/ftp.rb b/lib/chef/provider/remote_file/ftp.rb
index 3f78286aa3..d6a811abfd 100644
--- a/lib/chef/provider/remote_file/ftp.rb
+++ b/lib/chef/provider/remote_file/ftp.rb
@@ -147,7 +147,7 @@ class Chef
end
#adapted from buildr/lib/buildr/core/transports.rb via chef/rest/rest_client.rb
- def proxy_uri(uri)
+ def proxy_uri(_uri)
proxy = Chef::Config["ftp_proxy"]
proxy = URI.parse(proxy) if String === proxy
if Chef::Config["ftp_proxy_user"]