diff --git a/Gruntfile.js b/Gruntfile.js index 520c43b6..d716e023 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -467,11 +467,12 @@ module.exports = function (grunt) { buildcontrol: { options: { commit: true, - push: true + push: true, + remote: 'git@github.com:FezVrasta/bootstrap-material-design.git' }, pages: { options: { - // FIXME: remove this when we are ready!!! - it should default to the normal branch of this project + // FIXME: remove this when we are ready!!! remote: 'git@github.com:rosskevin/bootstrap-material-design.git', dir: '_gh_pages', branch: 'gh-pages',