diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-01 13:59:57 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-01 13:59:57 -0700 |
commit | 2c2bbca18261413eac6a33f769fc1f5c042b7a3e (patch) | |
tree | 561a207f53189d1f893e93a5666d4eaf4df6e5d2 /tasks | |
parent | e847d166b7baccd66b0b88762e57a33256cf918d (diff) | |
download | chef-2c2bbca18261413eac6a33f769fc1f5c042b7a3e.tar.gz |
Remove some nils that come for free
Thanks Ruby!
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-rwxr-xr-x | tasks/docs.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb index 7e4c7082fa..60e646afe9 100755 --- a/tasks/docs.rb +++ b/tasks/docs.rb @@ -227,8 +227,6 @@ namespace :docs_site do "resource_ohai_properties.md" when "log" "resource_log_properties.md" - else - nil end properties["ps_credential_helper"] = name == "dsc_script" @@ -260,8 +258,6 @@ namespace :docs_site do properties["syntax_shortcode"] = if name == "log" "resource_log_syntax.md" - else - nil end properties["template_requirements"] = name == "template" |