[release] update bower repo url

This commit is contained in:
spalger
2016-01-10 15:42:38 -07:00
parent b6d7ab4d75
commit d79a1f02ea

View File

@ -20,7 +20,7 @@ var config = {
clone_bower_repo: { clone_bower_repo: {
exec: [ exec: [
'test -d src/bower_es_js', 'test -d src/bower_es_js',
'git clone git@github.com:elasticsearch/bower-elasticsearch-js.git <%= bowerSubmodule %>' 'git clone git@github.com:elastic/bower-elasticsearch-js.git <%= bowerSubmodule %>'
].join(' || '), ].join(' || '),
options: { options: {
quiet: true quiet: true
@ -58,4 +58,4 @@ utils.branches.forEach(function (branch) {
}; };
}); });
module.exports = config; module.exports = config;