summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/knife/bootstrap.rb2
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