summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-20 14:30:53 -0700
committerTim Smith <tsmith@chef.io>2021-05-20 14:30:53 -0700
commitc150240fa13c03a095db61e58bede5ff6f761fc3 (patch)
treec9880af73fc7c28a8ddf3e75f3511e6abc87e009 /tasks
parenta1530b84cd1de95bef7a08f7bfa9594cb6fae16b (diff)
downloadchef-c150240fa13c03a095db61e58bede5ff6f761fc3.tar.gz
Fix warnings too
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/docs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index aba7524402..cba58cad4a 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -238,7 +238,7 @@ namespace :docs_site do
when "Note:"
description << { "note" => element }
when "Warning:"
- description << { "warning" => [element] }
+ description << { "warning" => element }
when nil
description << element
else