summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-08 11:56:27 -0700
committerJohn McCrae <john.mccrae@progress.com>2021-06-14 19:01:12 -0700
commitf34a99297a88dc8cd650ffecc646825ee8f5ba94 (patch)
tree87627aa0bad41ca3e8dc155d79fed1ee13c0c17e
parent8ff449cf675bfc5890395f4d97a2d7e9321f91ff (diff)
downloadchef-f34a99297a88dc8cd650ffecc646825ee8f5ba94.tar.gz
Fix chefstyle warnings
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/reboot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/reboot.rb b/lib/chef/resource/reboot.rb
index be99a397f4..718fb8dd51 100644
--- a/lib/chef/resource/reboot.rb
+++ b/lib/chef/resource/reboot.rb
@@ -67,7 +67,7 @@ class Chef
reason 'Cancel a previous end-of-run reboot request.'
end
```
- DOC
+ DOC
property :reason, String,
description: "A string that describes the reboot action.",