From 603a79d09432fd5c0008f09d02afb9dbba84542f Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 16 Sep 2019 16:24:28 -0700 Subject: [PATCH] Fix moved config (#7231) --- 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 7bf1f28d87..2eca57f0c3 100644 --- a/build/gulpfile.sql.js +++ b/build/gulpfile.sql.js @@ -109,7 +109,7 @@ gulp.task('install-sqltoolsservice', () => { }); function installSsmsMin() { - const config = require('../extensions/admin-tool-ext-win/src/config.json'); + const config = require('../extensions/admin-tool-ext-win/config.json'); return platformInfo.getCurrent().then(p => { const runtime = p.runtimeId; // fix path since it won't be correct