diff options
author | John Keiser <jkeiser@opscode.com> | 2014-08-27 21:06:59 -0700 |
---|---|---|
committer | Adam Edwards <adamed@opscode.com> | 2014-08-30 12:31:09 -0700 |
commit | bc3d6871086721d2049bd2e28e8801d0eed176ff (patch) | |
tree | 48b608e6bd893e3697350433c7efd1aacb9cfca8 /lib/chef/platform.rb | |
parent | 482f8bb073ddd322017b9366fb8aac2301e56e3a (diff) | |
download | chef-bc3d6871086721d2049bd2e28e8801d0eed176ff.tar.gz |
Move Chef::Config path functions to Chef::Util::PathHelper
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r-- | lib/chef/platform.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb index 8f494731ab..d7a3e209bc 100644 --- a/lib/chef/platform.rb +++ b/lib/chef/platform.rb @@ -16,8 +16,8 @@ # limitations under the License. # -require 'chef/platform/provider_mapping' require 'chef/platform/query_helpers' +require 'chef/platform/provider_mapping' class Chef class Platform |