summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-06-03 11:44:56 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-23 09:31:09 -0700
commitd9afa88bd5f377930008840c7010151e44152c79 (patch)
tree2d70067acfcc6dbc6f5a5c538a25091dd452b05d /lib
parentc3fb89fdea405bf10863293909842dfb62086252 (diff)
downloadchef-d9afa88bd5f377930008840c7010151e44152c79.tar.gz
Update lib/chef/resource/archive_file.rb
:facepalm: Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
Diffstat (limited to 'lib')
-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 a0c493ea59..6a5c57c679 100644
--- a/lib/chef/resource/archive_file.rb
+++ b/lib/chef/resource/archive_file.rb
@@ -65,7 +65,7 @@ class Chef
description: "The group of the extracted files."
property :mode, [String, Integer],
- description: "The mode of the extracted files. Integer values are deprecated as octal strings (ex. 0755) would not be interpreted correctly.",
+ description: "The mode of the extracted files. Integer values are deprecated as octal values (ex. 0755) would not be interpreted correctly.",
default: "755"
property :destination, String,