summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-09-23 17:41:48 -0700
committerTim Smith <tsmith@chef.io>2021-09-23 17:41:48 -0700
commit01a9c1022919e474bcf3e1a7798e7df7a83fa012 (patch)
tree035e90a071f83fcf321c74cfad0aa5b66b68fa78
parent16d832c93840ef1ec00172a1555189427f09a428 (diff)
downloadchef-01a9c1022919e474bcf3e1a7798e7df7a83fa012.tar.gz
Minor description update
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/archive_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/archive_file.rb b/lib/chef/resource/archive_file.rb
index e47d8036b8..9acec4213c 100644
--- a/lib/chef/resource/archive_file.rb
+++ b/lib/chef/resource/archive_file.rb
@@ -82,7 +82,7 @@ class Chef
default: false
property :strip_components, Integer,
- description: "Remove the specified number of leading path elements. Pathnames with fewer elements will be silently skipped. This behaves similarly to tar's --strip-components command line argument.",
+ description: "Remove the specified number of leading path elements. Pathnames with fewer elements will be silently skipped. This behaves similarly to tar's --strip-components command line argument.",
introduced: "17.5",
default: 0