summaryrefslogtreecommitdiff
path: root/lib/chef/platform.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2012-12-03 11:06:07 -0800
committerLamont Granquist <lamont@opscode.com>2012-12-19 15:56:08 -0800
commit061b01382c92207e8d6e227436385e30d936af84 (patch)
treee180367f89c9d465a8e5a1fee8f019c2310d9437 /lib/chef/platform.rb
parenta0c68dbc53ddb1448fc7490cdddabeee1259f91e (diff)
downloadchef-061b01382c92207e8d6e227436385e30d936af84.tar.gz
actually remove some actual comments
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r--lib/chef/platform.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb
index 78cb00e96a..807eeafa6d 100644
--- a/lib/chef/platform.rb
+++ b/lib/chef/platform.rb
@@ -20,9 +20,8 @@ require 'chef/config'
require 'chef/log'
require 'chef/mixin/params_validate'
-# Actually, this file depends on nearly every provider in chef, but actually
-# requiring them causes circular requires resulting in uninitialized constant
-# errors.
+# This file depends on nearly every provider in chef, but requiring them
+# directly causes circular requires resulting in uninitialized constant errors.
require 'chef/provider'
require 'chef/provider/log'
require 'chef/provider/user'