summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-09-16 13:17:29 -0700
committerTim Smith <tsmith84@gmail.com>2021-09-16 13:17:29 -0700
commitd249840c81b57ad0033f8dc17f3b036707092ed2 (patch)
tree149f88558e170add009cb77f16edb9052ee17baf
parent85e073f9120905849720fa5504cc576d24607b9c (diff)
downloadchef-d249840c81b57ad0033f8dc17f3b036707092ed2.tar.gz
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/dsl/secret.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/dsl/secret.rb b/lib/chef/dsl/secret.rb
index fecf38edc8..9d616ff35f 100644
--- a/lib/chef/dsl/secret.rb
+++ b/lib/chef/dsl/secret.rb
@@ -51,7 +51,7 @@ class Chef
# log "My secret is #{value}"
def secret(name: nil, version: nil, service: nil, config: {})
Chef::Log.warn <<~EOM.gsub("\n", " ")
- The secrets Chef Infra language helper is currently in beta. If you have feedback or you'd
+ The secrets Chef Infra language helper is currently in beta. If you have feedback or you would
like to be part of the future design of this helper e-mail us at secrets_management_beta@progress.com"
EOM
sensitive(true) if is_a?(Chef::Resource)