summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/sftp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/remote_file/sftp.rb')
-rw-r--r--lib/chef/provider/remote_file/sftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/remote_file/sftp.rb b/lib/chef/provider/remote_file/sftp.rb
index adc646d09a..f112b3782c 100644
--- a/lib/chef/provider/remote_file/sftp.rb
+++ b/lib/chef/provider/remote_file/sftp.rb
@@ -19,7 +19,7 @@
require "uri"
require "tempfile"
require "net/sftp"
-require_relative ""
+require_relative "../remote_file"
require_relative "../../file_content_management/tempfile"
class Chef