diff --git a/tasks/config/esvm.js b/tasks/config/esvm.js index 5c7f84152cfa..8283f39ddba1 100644 --- a/tasks/config/esvm.js +++ b/tasks/config/esvm.js @@ -4,10 +4,11 @@ module.exports = function (grunt) { const resolve = require('path').resolve; const directory = resolve(__dirname, '../../esvm'); const dataDir = resolve(directory, 'data_dir'); + const pkgBranch = grunt.config.get('pkg.branch'); return { options: { - branch: 'master', + branch: pkgBranch, fresh: !grunt.option('esvm-no-fresh'), config: { http: {