Chore: Fix houston metadata

pull/28152/head
Diego Sampaio 3 years ago
parent 5e8f807026
commit 29b6089709
No known key found for this signature in database
GPG Key ID: B71D302EB7F5183C
  1. 2
      .houston/metadata.js

@ -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);
}

Loading…
Cancel
Save