summaryrefslogtreecommitdiff
path: root/lib/chef/decorator/lazy_array.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/decorator/lazy_array.rb')
-rw-r--r--lib/chef/decorator/lazy_array.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/decorator/lazy_array.rb b/lib/chef/decorator/lazy_array.rb
index dc8ea832ee..f67365c458 100644
--- a/lib/chef/decorator/lazy_array.rb
+++ b/lib/chef/decorator/lazy_array.rb
@@ -15,7 +15,7 @@
# limitations under the License.
#
-require "chef/decorator/lazy"
+require_relative "lazy"
class Chef
class Decorator