summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kerry <jk185160@ncr.com>2016-04-05 16:47:05 -0400
committerJohn Kerry <jk185160@ncr.com>2016-04-05 16:47:05 -0400
commit3c5c75e2050c77581c67e50afdd75654aa277cb9 (patch)
treec96af13fd85071fef3c8475c7281b0291aa05b43
parent88e2e05f4cc1f98a50d8001641696270dd62fe5b (diff)
downloadchef-3c5c75e2050c77581c67e50afdd75654aa277cb9.tar.gz
removing an unnecessary comment with an incorrect reference
-rw-r--r--lib/chef/provider/remote_file/sftp.rb1
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