fix error
This commit is contained in:
parent
e71936ab4d
commit
0f60e393ca
|
@ -264,7 +264,7 @@ if bundle_update_flag
|
|||
v["options"].delete "pool_size"
|
||||
end
|
||||
if !v["options"].nil? && v["options"]["read"].class == String
|
||||
v["options"]["read"] = {mode: v["options"]["read"]}
|
||||
v["options"]["read"] = {"mode"=> v["options"]["read"]}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue