summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/docs.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index ce3af47c62..d12d88130c 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -107,6 +107,8 @@ namespace :docs_site do
"false"
when "NilClass"
nil
+ when "ChefUtils::Mash"
+ "Mash (Hash-like)"
else
x
end