summaryrefslogtreecommitdiff
path: root/lib/chef/node/attribute_collections.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/node/attribute_collections.rb')
-rw-r--r--lib/chef/node/attribute_collections.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef/node/attribute_collections.rb b/lib/chef/node/attribute_collections.rb
index 382ecfba91..3f19321afa 100644
--- a/lib/chef/node/attribute_collections.rb
+++ b/lib/chef/node/attribute_collections.rb
@@ -16,11 +16,11 @@
# limitations under the License.
#
-require "chef/node/common_api"
-require "chef/node/mixin/state_tracking"
-require "chef/node/mixin/immutablize_array"
-require "chef/node/mixin/immutablize_hash"
-require "chef/node/mixin/mashy_array"
+require_relative "common_api"
+require_relative "mixin/state_tracking"
+require_relative "mixin/immutablize_array"
+require_relative "mixin/immutablize_hash"
+require_relative "mixin/mashy_array"
class Chef
class Node