From bae797f9752553a95fab2b0ca061eb533b349abc Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 16 Sep 2019 09:37:02 -0700 Subject: [PATCH] Fix config path (#7220) --- build/gulpfile.sql.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gulpfile.sql.js b/build/gulpfile.sql.js index 7c25bed0e0..7bf1f28d87 100644 --- a/build/gulpfile.sql.js +++ b/build/gulpfile.sql.js @@ -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