summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-10-01 09:42:29 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-10-01 09:42:29 -0700
commitfe1563125c8342ef998effbbe217d784b098f104 (patch)
tree169b1e25e2b55aed07448c44b494374cfa436817
parent3791cd2d6e7a11b08f56ae1fac0b6425f98e0bc5 (diff)
downloadchef-fe1563125c8342ef998effbbe217d784b098f104.tar.gz
Force a new version of chef-16 and rebuild
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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 340ffaecfd..2235988c0d 100644
--- a/lib/chef/knife/bootstrap.rb
+++ b/lib/chef/knife/bootstrap.rb
@@ -473,7 +473,7 @@ class Chef
end
# The server_name is the DNS or IP we are going to connect to, it is not necessarily
- # the node name, the fqdn, or the hostname of the server. This is a public API hook
+ # the node name, the fqdn, or the hostname of the server. This is a public API hook
# which knife plugins use or inherit and override.
#
# @return [String] The DNS or IP that bootstrap will connect to