summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap/chef_vault_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/bootstrap/chef_vault_handler.rb')
-rw-r--r--lib/chef/knife/bootstrap/chef_vault_handler.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/knife/bootstrap/chef_vault_handler.rb b/lib/chef/knife/bootstrap/chef_vault_handler.rb
index ca37cc5544..941b17c841 100644
--- a/lib/chef/knife/bootstrap/chef_vault_handler.rb
+++ b/lib/chef/knife/bootstrap/chef_vault_handler.rb
@@ -21,7 +21,6 @@ class Chef
class Knife
class Bootstrap < Knife
class ChefVaultHandler
-
# @return [Hash] knife merged config, typically @config
attr_accessor :knife_config
@@ -136,7 +135,7 @@ class Chef
ChefVault::Item.load(vault, item)
end
- public :load_chef_bootstrap_vault_item # for stubbing
+ public :load_chef_bootstrap_vault_item # for stubbing
# Helper to very lazily require the chef-vault gem
def require_chef_vault!
@@ -152,7 +151,6 @@ class Chef
raise error_message
end
end
-
end
end
end