summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-06-03 11:44:56 -0700
committerGitHub <noreply@github.com>2020-06-03 11:44:56 -0700
commit66d6958a146b513242852ce9fbc08884c27d1ad8 (patch)
tree806fa4620e26f231536d9bff2766ad9205ea968c
parent0b6c70361f360cc701cb8d1e9d0f09c683d0fec2 (diff)
downloadchef-66d6958a146b513242852ce9fbc08884c27d1ad8.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>
-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 c02d160729..1c761097a6 100644
--- a/lib/chef/resource/archive_file.rb
+++ b/lib/chef/resource/archive_file.rb
@@ -53,7 +53,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,