fix error

This commit is contained in:
邱博亞 2021-11-21 12:14:44 +08:00
parent 0fa9afb5f0
commit c937413d98
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ if bundle_update_flag
v.delete "username" v.delete "username"
end end
if !v["password"].nil? if !v["password"].nil?
if !v["options"].nil? if v["options"].nil?
v["options"] = {} v["options"] = {}
end end
v["options"]["password"] = v["password"] v["options"]["password"] = v["password"]