summaryrefslogtreecommitdiff
path: root/lib/chef/provider/subversion.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/subversion.rb')
-rw-r--r--lib/chef/provider/subversion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/subversion.rb b/lib/chef/provider/subversion.rb
index 67aec8d510..10be5fd7c4 100644
--- a/lib/chef/provider/subversion.rb
+++ b/lib/chef/provider/subversion.rb
@@ -19,7 +19,7 @@
# TODO subversion and git should both extend from a base SCM provider.
require_relative "../log"
-require_relative ""
+require_relative "../provider"
require "chef-config/mixin/fuzzy_hostname_matcher"
require "fileutils"