diff options
author | Thom May <thom@may.lt> | 2016-01-13 17:47:35 +0000 |
---|---|---|
committer | Thom May <thom@may.lt> | 2016-01-13 17:47:35 +0000 |
commit | cca4c6bc7bc28249fa47218a3134d8496890f56a (patch) | |
tree | c1fe26e3caa1670743d7c5828987f7fc081eb90c /lib | |
parent | ff2fd7a3de84a3042b37b2378276d003303a4687 (diff) | |
parent | 829cab1c47ef7d302a1352a1256a0766c24aff68 (diff) | |
download | chef-cca4c6bc7bc28249fa47218a3134d8496890f56a.tar.gz |
Merge pull request #4396 from chef/ssd/duplicate-password
Remove duplicate initialization of @password in user_v1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/user_v1.rb | 1 |
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 |