summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Danna <steve@chef.io>2016-01-13 16:27:45 +0000
committerSteven Danna <steve@chef.io>2016-01-13 16:27:45 +0000
commit829cab1c47ef7d302a1352a1256a0766c24aff68 (patch)
tree1cb09a8a159eeb2bdad33adcdd9f37941f79fda3
parent5e5cbe6df61ae69b9a5942ce51a7ad1f8bb6ea3a (diff)
downloadchef-ssd/duplicate-password.tar.gz
Remove duplicate initialization of @password in user_v1ssd/duplicate-password
-rw-r--r--lib/chef/user_v1.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/user_v1.rb b/lib/chef/user_v1.rb
index 077fca50b9..1a6a4599de 100644
--- a/lib/chef/user_v1.rb
+++ b/lib/chef/user_v1.rb
@@ -52,7 +52,6 @@ class Chef
@public_key = nil
@private_key = nil
@create_key = nil
- @password = nil
end
def chef_root_rest_v0