summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/network_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/remote_file/network_file.rb')
-rw-r--r--lib/chef/provider/remote_file/network_file.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/remote_file/network_file.rb b/lib/chef/provider/remote_file/network_file.rb
index ffd2d0bbce..933429d9b6 100644
--- a/lib/chef/provider/remote_file/network_file.rb
+++ b/lib/chef/provider/remote_file/network_file.rb
@@ -18,8 +18,8 @@
require "uri"
require "tempfile"
-require "chef/provider/remote_file"
-require "chef/mixin/user_context"
+require_relative ""
+require_relative "../../mixin/user_context"
class Chef
class Provider