diff options
author | John Kerry <jk185160@ncr.com> | 2016-04-05 16:47:05 -0400 |
---|---|---|
committer | John Kerry <jk185160@ncr.com> | 2016-04-05 16:47:05 -0400 |
commit | 3c5c75e2050c77581c67e50afdd75654aa277cb9 (patch) | |
tree | c96af13fd85071fef3c8475c7281b0291aa05b43 | |
parent | 88e2e05f4cc1f98a50d8001641696270dd62fe5b (diff) | |
download | chef-3c5c75e2050c77581c67e50afdd75654aa277cb9.tar.gz |
removing an unnecessary comment with an incorrect reference
-rw-r--r-- | lib/chef/provider/remote_file/sftp.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/remote_file/sftp.rb b/lib/chef/provider/remote_file/sftp.rb index c4a5b8999a..c1cb3a6053 100644 --- a/lib/chef/provider/remote_file/sftp.rb +++ b/lib/chef/provider/remote_file/sftp.rb @@ -94,7 +94,6 @@ class Chef end end - # Fetches using Net::FTP, returns a Tempfile with the content def get tempfile = Chef::FileContentManagement::Tempfile.new(@new_resource).tempfile |