summaryrefslogtreecommitdiff
path: root/lib/chef/rest.rb
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2012-10-16 19:21:03 -0700
committerBryan McLellan <btm@opscode.com>2013-05-24 07:26:19 -0700
commit40603db23bbd47c4bc81d5752a77e2ecfcd8d987 (patch)
treef476eba580dbf19bcbce3cd5973ac72a6a4fd522 /lib/chef/rest.rb
parentdd6b9f60984abe2b7b3f50d9ca77c94632b6ce1d (diff)
downloadchef-40603db23bbd47c4bc81d5752a77e2ecfcd8d987.tar.gz
require 'chef/platform' from lib/chef/rest.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 92b7c38b39..6d2eaada12 100644
--- a/lib/chef/rest.rb
+++ b/lib/chef/rest.rb
@@ -32,7 +32,7 @@ require 'chef/monkey_patches/net_http'
require 'chef/config'
require 'chef/exceptions'
require 'chef/platform/query_helpers'
-
+require 'chef/platform'
class Chef
# == Chef::REST