Skip to content
Snippets Groups Projects
Commit d9aacede authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix a typo in purge_password_from_uris()

Follow up 6015e0df
parent cb8e1a32
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ local function purge_password_from_uris(uri)
if type(uri) == 'table' then
local new_table = {}
for k, v in pairs(uri) do
new_table[k] = purge_password_from_uri(uri)
new_table[k] = purge_password_from_uri(v)
end
return new_table
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment