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