summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-15 11:56:17 -0800
committerGitHub <noreply@github.com>2020-12-15 11:56:17 -0800
commit620d781a25c32103911084edc655f83a10f82d36 (patch)
tree4f01f5ba2f835c4cafb867c9f348327193dd4b0c
parent7c01bc71b671c3c1889ffcfbe4be9ab184a1f9c8 (diff)
downloadchef-620d781a25c32103911084edc655f83a10f82d36.tar.gz
Update lib/chef/resource/remote_directory.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--lib/chef/resource/remote_directory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/remote_directory.rb b/lib/chef/resource/remote_directory.rb
index 7053a14861..b87fe8c085 100644
--- a/lib/chef/resource/remote_directory.rb
+++ b/lib/chef/resource/remote_directory.rb
@@ -29,7 +29,7 @@ class Chef
provides :remote_directory
- description "Use the **remote_directory** resource to incrementally transfer a directory from a cookbook to a node. The director that is copied from the cookbook should be located under `COOKBOOK_NAME/files/default/REMOTE_DIRECTORY`. The `remote_directory` resource will obey file specificity."
+ description "Use the **remote_directory** resource to incrementally transfer a directory from a cookbook to a node. The directory that is copied from the cookbook should be located under `COOKBOOK_NAME/files/default/REMOTE_DIRECTORY`. The `remote_directory` resource will obey file specificity."
default_action :create
allowed_actions :create, :create_if_missing, :delete