summaryrefslogtreecommitdiff
path: root/lib/chef/platform.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r--lib/chef/platform.rb2
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