Skip to content

Commit

Permalink
Fix config path (#7220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Gagnon authored Sep 16, 2019
1 parent ea0f9e6 commit bae797f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.sql.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bae797f

Please sign in to comment.