summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-08-13 14:12:36 -0700
committerClaire McQuin <claire@getchef.com>2014-08-14 12:33:28 -0700
commit24cf1f70086de1d079174aa36b4820e49e9fc393 (patch)
tree31db19904100956617ec43a9feb1d69285b0a6e7
parent2bbe00cb6b0807dc19bbeb3c6873f4a99a0486ac (diff)
downloadchef-24cf1f70086de1d079174aa36b4820e49e9fc393.tar.gz
Just use query_helpers
-rw-r--r--lib/chef/mixin/windows_architecture_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/mixin/windows_architecture_helper.rb b/lib/chef/mixin/windows_architecture_helper.rb
index ef944ab7f7..ff118c1d3d 100644
--- a/lib/chef/mixin/windows_architecture_helper.rb
+++ b/lib/chef/mixin/windows_architecture_helper.rb
@@ -18,7 +18,7 @@
require 'chef/exceptions'
-require 'chef/platform'
+require 'chef/platform/query_helpers'
require 'win32/api' if Chef::Platform.windows?
require 'chef/win32/api/process' if Chef::Platform.windows?
require 'chef/win32/api/error' if Chef::Platform.windows?