Fix config path (#7220)

This commit is contained in:
Charles Gagnon
2019-09-16 09:37:02 -07:00
committed by GitHub
parent ea0f9e6ce9
commit bae797f975

View File

@@ -87,7 +87,7 @@ const formatStagedFiles = () => {
};
function installService() {
let config = require('../extensions/mssql/src/config.json');
let config = require('../extensions/mssql/config.json');
return platformInfo.getCurrent().then(p => {
let runtime = p.runtimeId;
// fix path since it won't be correct