Skip to content

Commit

Permalink
Chore: Fix houston metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Feb 24, 2023
1 parent 5e8f807 commit 29b6089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .houston/metadata.js
Expand Up @@ -9,7 +9,7 @@ const getMongoVersion = async function({ version, git }) {
return [];
}

return mongoMatch[1].replace(/["' ]/g, '').split(',');
return mongoMatch[1].replace(/["'\\ ]/g, '').split(',');
} catch (e) {
console.error(e);
}
Expand Down

0 comments on commit 29b6089

Please sign in to comment.