fix error
This commit is contained in:
parent
0fa9afb5f0
commit
c937413d98
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue