diff options
author | John Kerry <jk185160@ncr.com> | 2016-04-05 18:59:46 -0400 |
---|---|---|
committer | John Kerry <jk185160@ncr.com> | 2016-04-05 18:59:46 -0400 |
commit | 5865d4606ec7a116f09df0f78479fb0a5c7def99 (patch) | |
tree | d97b450f5f5b014b9a8ce75c91db66208de939e7 /lib | |
parent | 3c5c75e2050c77581c67e50afdd75654aa277cb9 (diff) | |
download | chef-5865d4606ec7a116f09df0f78479fb0a5c7def99.tar.gz |
removing a superflous assignment in the sftp provider
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/provider/remote_file/sftp.rb | 2 |
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! |