Skip to content
Snippets Groups Projects
Unverified Commit 29b60897 authored by Diego Sampaio's avatar Diego Sampaio
Browse files

Chore: Fix houston metadata

parent 5e8f8070
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ const getMongoVersion = async function({ version, git }) { ...@@ -9,7 +9,7 @@ const getMongoVersion = async function({ version, git }) {
return []; return [];
} }
return mongoMatch[1].replace(/["' ]/g, '').split(','); return mongoMatch[1].replace(/["'\\ ]/g, '').split(',');
} catch (e) { } catch (e) {
console.error(e); console.error(e);
} }
......
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