diff options
author | brewn <nbrewer@chef.io> | 2018-03-27 13:24:54 -0400 |
---|---|---|
committer | brewn <nbrewer@chef.io> | 2018-03-27 13:24:54 -0400 |
commit | f58c1562ae89a8433b1a07d2e12214bc47cfd9a7 (patch) | |
tree | 1f0a9788b6a9d1f5802120eae78f180aa637deb6 | |
parent | cb877b93b2b7e05a86b15057f4721457ff471e8a (diff) | |
download | chef-f58c1562ae89a8433b1a07d2e12214bc47cfd9a7.tar.gz |
forgot comma
Signed-off-by: brewn <nbrewer@chef.io>
-rw-r--r-- | lib/chef/resource/sudo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/sudo.rb b/lib/chef/resource/sudo.rb index 77abb5ffb6..f288d82f39 100644 --- a/lib/chef/resource/sudo.rb +++ b/lib/chef/resource/sudo.rb @@ -101,7 +101,7 @@ class Chef property :visudo_path, String, description: "Deprecated property. Do not use." - property :visudo_binary, String + property :visudo_binary, String, description: "The path to visudo for config verification.", default: "/usr/sbin/visudo" |