Skip to content

Commit

Permalink
Added missing , in grunt.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thedersen committed Nov 24, 2012
1 parent 36c4003 commit d31d95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit d31d95a

Please sign in to comment.