summaryrefslogtreecommitdiff
path: root/lib/chef/util/backup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/util/backup.rb')
-rw-r--r--lib/chef/util/backup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/util/backup.rb b/lib/chef/util/backup.rb
index 5b6bf0b9b8..08da52e3b2 100644
--- a/lib/chef/util/backup.rb
+++ b/lib/chef/util/backup.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require "chef/util/path_helper"
+require_relative "path_helper"
class Chef
class Util