summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-01-13 17:47:35 +0000
committerThom May <thom@may.lt>2016-01-13 17:47:35 +0000
commitcca4c6bc7bc28249fa47218a3134d8496890f56a (patch)
treec1fe26e3caa1670743d7c5828987f7fc081eb90c
parentff2fd7a3de84a3042b37b2378276d003303a4687 (diff)
parent829cab1c47ef7d302a1352a1256a0766c24aff68 (diff)
downloadchef-cca4c6bc7bc28249fa47218a3134d8496890f56a.tar.gz
Merge pull request #4396 from chef/ssd/duplicate-password
Remove duplicate initialization of @password in user_v1
-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 b628c76381..1bded3500f 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