summaryrefslogtreecommitdiff
path: root/lib/chef/rest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/rest.rb')
-rw-r--r--lib/chef/rest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/rest.rb b/lib/chef/rest.rb
index 904c758779..931f94ef79 100644
--- a/lib/chef/rest.rb
+++ b/lib/chef/rest.rb
@@ -31,7 +31,7 @@ require 'chef/monkey_patches/string'
require 'chef/monkey_patches/net_http'
require 'chef/config'
require 'chef/exceptions'
-require 'chef/platform'
+require 'chef/platform/query_helpers'
class Chef