summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-08 11:56:27 -0700
committerTim Smith <tsmith@chef.io>2021-06-08 11:56:27 -0700
commite86942d64dee5c8f3a08453a23d93ca702b0792c (patch)
tree2d909d4e2786e20f7412fb3e881d90e88cc9805a
parent7c77df87d96718db68c599e171e223d7a7410d3d (diff)
downloadchef-e86942d64dee5c8f3a08453a23d93ca702b0792c.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.",