Skip to content

Commit

Permalink
fix(grunt): revert failed merge
Browse files Browse the repository at this point in the history
Accidentally overwrite the fix in f986e25 for the failing `grunt bump`
task with the style changes in #33.
  • Loading branch information
seriema committed Oct 3, 2015
1 parent 681284b commit 7df9420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function (grunt) {
tagName: 'v%VERSION%',
tagMessage: 'Version %VERSION%',
push: true,
pushTo: 'origin master',
pushTo: 'origin',
gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d' // options to use with '$ git describe'
}
},
Expand Down

0 comments on commit 7df9420

Please sign in to comment.