summaryrefslogtreecommitdiff
path: root/lib/chef/rest.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-05-14 11:49:16 -0700
committersersut <serdar@opscode.com>2013-05-14 11:49:16 -0700
commiteef83d8ab5943af1dd3b25ccc94ef71d772d945a (patch)
treef1e3125e4ba6fdcfb08e0f5114758f0524494112 /lib/chef/rest.rb
parent564ac7a3761fd870eb867b985b01273510115cf2 (diff)
parent664ee74decc3b069269b4f079a3e7a86613b0af1 (diff)
downloadchef-eef83d8ab5943af1dd3b25ccc94ef71d772d945a.tar.gz
Merge branch 'master' into file-refactor
Conflicts: spec/unit/knife/configure_spec.rb spec/unit/provider/remote_file_spec.rb
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