From 12711f9eb855529455c4e040a5fe3447c369e90f Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 16 Sep 2019 09:02:40 -0700 Subject: [PATCH] Fix config path --- 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 7c25bed0e045..7bf1f28d8759 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