summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Edwards <adamed@opscode.com>2014-10-11 06:08:49 -0700
committeradamedx <adamed@getchef.com>2014-10-14 13:29:47 +0100
commitd18d3159e8d9b1f4c59a74671fd9f11ad832570a (patch)
treec413349b9c2954ecd5eea9c34e5ecc4e517fb300
parent949b5c79d142dfc03b312bb40106b4477b957df3 (diff)
downloadchef-d18d3159e8d9b1f4c59a74671fd9f11ad832570a.tar.gz
DSC terminology correction in insufficient powershell version message
-rw-r--r--lib/chef/provider/dsc_script.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/dsc_script.rb b/lib/chef/provider/dsc_script.rb
index 1d83153cb4..a70f4b5048 100644
--- a/lib/chef/provider/dsc_script.rb
+++ b/lib/chef/provider/dsc_script.rb
@@ -62,7 +62,7 @@ class Chef
def define_resource_requirements
requirements.assert(:run) do |a|
err = [
- 'Could not find Dsc on the system',
+ 'Could not find PowerShell DSC support on the system',
powershell_info_str,
"Powershell 4.0 or higher was not detected on your system and is required to use the dsc_script resource.",
]