summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-09 12:05:17 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-09 12:05:17 -0700
commita33b3909da5c4b844dc64915cd36f764d224cd2f (patch)
tree2192ac959dd7c05eb2c06db6f63daa083be610e0
parentff69e29e29c39bd1e04da18ff565ec3fc63bbaa5 (diff)
downloadchef-a33b3909da5c4b844dc64915cd36f764d224cd2f.tar.gz
Fix a typo from review
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/chef_client_systemd_timer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_client_systemd_timer.rb b/lib/chef/resource/chef_client_systemd_timer.rb
index 1f1eee6373..3494236c3f 100644
--- a/lib/chef/resource/chef_client_systemd_timer.rb
+++ b/lib/chef/resource/chef_client_systemd_timer.rb
@@ -64,7 +64,7 @@ class Chef
default: "1min"
property :interval, String,
- description: "The interval to wait between execution. This is expressed as a systemd time span such as `300seconds`, `1hr`, or `1m`. See <https://www.freedesktop.org/software/systemd/man/systemd.time.html> for a complete list of allowed time span values.",
+ description: "The interval to wait between executions. This is expressed as a systemd time span such as `300seconds`, `1hr`, or `1m`. See <https://www.freedesktop.org/software/systemd/man/systemd.time.html> for a complete list of allowed time span values.",
default: "30min"
property :splay, String,