summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Edwards <adamed@opscode.com>2014-10-11 06:08:49 -0700
committerAdam Edwards <adamed@opscode.com>2014-10-27 14:25:21 -0700
commitd07eb787c47802250056cce39833056cb12535d3 (patch)
treed3145047864276beb4b4231eaa076a2a155b3154
parent8ba52d0bd33b96b7b2f977cb9a4f65937706905c (diff)
downloadchef-d07eb787c47802250056cce39833056cb12535d3.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 169191aa26..b88cb78fbe 100644
--- a/lib/chef/provider/dsc_script.rb
+++ b/lib/chef/provider/dsc_script.rb
@@ -61,7 +61,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.",
]