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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/remote_file/sftp.rb b/lib/chef/provider/remote_file/sftp.rb
index 66540fea8c..adc646d09a 100644
--- a/lib/chef/provider/remote_file/sftp.rb
+++ b/lib/chef/provider/remote_file/sftp.rb
@@ -19,8 +19,8 @@
require "uri"
require "tempfile"
require "net/sftp"
-require "chef/provider/remote_file"
-require "chef/file_content_management/tempfile"
+require_relative ""
+require_relative "../../file_content_management/tempfile"
class Chef
class Provider