summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kerry <jk185160@ncr.com>2016-04-05 18:59:46 -0400
committerJohn Kerry <jk185160@ncr.com>2016-04-05 18:59:46 -0400
commit5865d4606ec7a116f09df0f78479fb0a5c7def99 (patch)
treed97b450f5f5b014b9a8ce75c91db66208de939e7
parent3c5c75e2050c77581c67e50afdd75654aa277cb9 (diff)
downloadchef-5865d4606ec7a116f09df0f78479fb0a5c7def99.tar.gz
removing a superflous assignment in the sftp provider
-rw-r--r--lib/chef/provider/remote_file/sftp.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/remote_file/sftp.rb b/lib/chef/provider/remote_file/sftp.rb
index c1cb3a6053..530977e3c8 100644
--- a/lib/chef/provider/remote_file/sftp.rb
+++ b/lib/chef/provider/remote_file/sftp.rb
@@ -77,8 +77,6 @@ class Chef
if filename.length == 0 || filename.end_with?( "/" )
raise ArgumentError, "no filename: #{path.inspect}"
end
-
- @directories, @filename = directories, filename
end
def validate_userinfo!