summaryrefslogtreecommitdiff
path: root/lib/chef/resource/powershell_script.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-30 15:07:39 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-30 15:26:51 -0700
commit2cf99476ba3b27339a7bfa1415184c82ae50ada8 (patch)
treed615dddac6ab271e50d9d3b643232f855d4c7ee4 /lib/chef/resource/powershell_script.rb
parente4df521092ada86be9adbdc7567e6deeea24c46d (diff)
downloadchef-2cf99476ba3b27339a7bfa1415184c82ae50ada8.tar.gz
Add missing examples and resource formatting for docs site
Get us closer to automated documentation. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/powershell_script.rb')
-rw-r--r--lib/chef/resource/powershell_script.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/powershell_script.rb b/lib/chef/resource/powershell_script.rb
index 494636c5bc..434f9ca09f 100644
--- a/lib/chef/resource/powershell_script.rb
+++ b/lib/chef/resource/powershell_script.rb
@@ -39,7 +39,7 @@ class Chef
end
}
- description "Use the powershell_script resource to execute a script using the Windows PowerShell"\
+ description "Use the **powershell_script** resource to execute a script using the Windows PowerShell"\
" interpreter, much like how the script and script-based resources—bash, csh, perl, python,"\
" and ruby—are used. The powershell_script is specific to the Microsoft Windows platform"\
" and the Windows PowerShell interpreter.\n\n The powershell_script resource creates and"\