diff options
author | Tim Smith <tsmith@chef.io> | 2020-06-09 15:21:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 15:21:25 -0700 |
commit | bd81027654c8c6450678653bccc5a1d9b8950dc4 (patch) | |
tree | 3f607daa4df22286dbc9d0617e01607c5f2bf3db | |
parent | 9866777b138b6743ca39be18e362886e0e6f77e4 (diff) | |
download | chef-knife_password.tar.gz |
Update lib/chef/knife/bootstrap.rb
knife_password
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r-- | lib/chef/knife/bootstrap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index d16a3a9fd7..0f213f8c37 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -42,7 +42,7 @@ class Chef long: "--connection-password PASSWORD", description: "Authenticate to the target host with this password.", proc: Proc.new { |v| - # If a user passes -P and leaves out the password the knife interprets the next flag as the password + # If a user passes -P and leaves out the password knife interprets the next flag as the password # which is incredibly hard to troubleshoot. Let's help the user out here by seeing if a short or long # flag is in the password field. # regular expression explaination: https://rubular.com/r/gcknBouOOHokhT |