summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-10 11:00:48 -0700
committerTim Smith <tsmith@chef.io>2018-07-10 11:00:48 -0700
commit4c0cae286b6a4ec1cf69f43b7306a49647962fc0 (patch)
treece50fe895826e2e1fd831d782b0184d7e4a72464 /lib/chef/resource
parentb4ef0ff084da7cf89d695cadefd89c0660576a7d (diff)
downloadchef-4c0cae286b6a4ec1cf69f43b7306a49647962fc0.tar.gz
Update from review
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/ssh_known_hosts_entry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ssh_known_hosts_entry.rb b/lib/chef/resource/ssh_known_hosts_entry.rb
index 07e35587b7..a1257722e0 100644
--- a/lib/chef/resource/ssh_known_hosts_entry.rb
+++ b/lib/chef/resource/ssh_known_hosts_entry.rb
@@ -25,7 +25,7 @@ class Chef
preview_resource true
resource_name :ssh_known_hosts_entry
- description "Use the ssh_known_hosts_entry resource to append an entry for the specified host in /etc/ssh/ssh_known_hosts or a user's known hosts file if specified."
+ description "Use the ssh_known_hosts_entry resource to add an entry for the specified host in /etc/ssh/ssh_known_hosts or a user's known hosts file if specified."
introduced "14.3"
property :host, String,