summaryrefslogtreecommitdiff
path: root/lib/chef/shell/model_wrapper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/shell/model_wrapper.rb')
-rw-r--r--lib/chef/shell/model_wrapper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/shell/model_wrapper.rb b/lib/chef/shell/model_wrapper.rb
index 4394caa395..c2c5f2cd09 100644
--- a/lib/chef/shell/model_wrapper.rb
+++ b/lib/chef/shell/model_wrapper.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require "chef/mixin/convert_to_class_name"
-require "chef/dsl/data_query"
+require_relative "../mixin/convert_to_class_name"
+require_relative "../dsl/data_query"
module Shell
class ModelWrapper