diff options
author | Phil Dibowitz <phil@ipom.com> | 2012-10-16 19:21:03 -0700 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-05-24 07:26:19 -0700 |
commit | 40603db23bbd47c4bc81d5752a77e2ecfcd8d987 (patch) | |
tree | f476eba580dbf19bcbce3cd5973ac72a6a4fd522 /lib/chef | |
parent | dd6b9f60984abe2b7b3f50d9ca77c94632b6ce1d (diff) | |
download | chef-40603db23bbd47c4bc81d5752a77e2ecfcd8d987.tar.gz |
require 'chef/platform' from lib/chef/rest.rb
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/rest.rb | 2 |
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 |