diff --git a/grunt.js b/grunt.js index b14007fd..e5acb848 100644 --- a/grunt.js +++ b/grunt.js @@ -115,7 +115,7 @@ module.exports = function(grunt) { push: { command: 'git commit -am "Updated docs for Backbone.Validation" && git push origin master', stdout: true, - stderr: true + stderr: true, execOptions: { cwd: 'thedersen.github.com' }