summaryrefslogtreecommitdiff
path: root/lib/chef/resource/chef_client_cron.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-30 12:34:42 -0700
committerGitHub <noreply@github.com>2020-04-30 12:34:42 -0700
commitddefd9cafda129ec5662575cd72716be9699b400 (patch)
treefd98933602da83eb58622e6fb4c9d23cfb7cd60d /lib/chef/resource/chef_client_cron.rb
parent79fef83797b6f3b5b63d16f5394f831b5c311f55 (diff)
parent5519f83f60c7a1ba9393121788cba476da81ce6c (diff)
downloadchef-ddefd9cafda129ec5662575cd72716be9699b400.tar.gz
Merge pull request #9767 from chef/more_docs
More improvements to the docs generation
Diffstat (limited to 'lib/chef/resource/chef_client_cron.rb')
-rw-r--r--lib/chef/resource/chef_client_cron.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_client_cron.rb b/lib/chef/resource/chef_client_cron.rb
index 48655f1a92..5ef68e5b55 100644
--- a/lib/chef/resource/chef_client_cron.rb
+++ b/lib/chef/resource/chef_client_cron.rb
@@ -133,7 +133,7 @@ class Chef
property :environment, Hash,
default: lazy { {} },
- description: "A Hash containing additional arbitrary environment variables under which the cron job will be run in the form of ``({'ENV_VARIABLE' => 'VALUE'})``."
+ description: "A Hash containing additional arbitrary environment variables under which the cron job will be run in the form of `({'ENV_VARIABLE' => 'VALUE'})`."
action :add do
# TODO: Replace this with a :create_if_missing action on directory when that exists