summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Elizondo <andre@chef.io>2016-06-23 10:40:17 -0700
committerGitHub <noreply@github.com>2016-06-23 10:40:17 -0700
commitce4168b2f4bfd8012013a08b47cb8916966da527 (patch)
treee7c8d1b2dec53d6cb6717a9f6e36e9e6ff51916c
parent72ac27e97e8d2b3540a637f2833a902e6cb4ef37 (diff)
downloadchef-ce4168b2f4bfd8012013a08b47cb8916966da527.tar.gz
correct typo in knife bootstrap context
We want client_d, not cliend_d
-rw-r--r--lib/chef/knife/core/bootstrap_context.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/core/bootstrap_context.rb b/lib/chef/knife/core/bootstrap_context.rb
index 48d2cb9e77..6db1a83c73 100644
--- a/lib/chef/knife/core/bootstrap_context.rb
+++ b/lib/chef/knife/core/bootstrap_context.rb
@@ -54,7 +54,7 @@ class Chef
end
def client_d
- @cliend_d ||= client_d_content
+ @client_d ||= client_d_content
end
def encrypted_data_bag_secret