summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authoradamedx <adamed@opscode.com>2013-06-23 23:13:03 -0700
committeradamedx <adamed@opscode.com>2013-06-25 06:05:11 -0700
commit348c3dd86eb77e58e439cff780c5fd86c12daef7 (patch)
tree5d799b2cc506fa69ce95fb756d7f085eb9a7c5e6 /lib/chef/providers.rb
parent843becc1c3f8ccd941db19450ccb7bbb9ca5f96f (diff)
downloadchef-348c3dd86eb77e58e439cff780c5fd86c12daef7.tar.gz
OC-8337: Architecture functional test coverage
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index e889573fd8..e0039428f2 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -37,7 +37,7 @@ require 'chef/provider/ohai'
require 'chef/provider/mdadm'
require 'chef/provider/mount'
require 'chef/provider/package'
-require 'chef/provider/powershell'
+require 'chef/provider/powershell_script'
require 'chef/provider/remote_directory'
require 'chef/provider/remote_file'
require 'chef/provider/route'