Skip to content

Commit d31d95a

Browse files
committed
Added missing , in grunt.js
1 parent 36c4003 commit d31d95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module.exports = function(grunt) {
115115
push: {
116116
command: 'git commit -am "Updated docs for Backbone.Validation" && git push origin master',
117117
stdout: true,
118-
stderr: true
118+
stderr: true,
119119
execOptions: {
120120
cwd: 'thedersen.github.com'
121121
}

0 commit comments

Comments
 (0)