diff --git a/Gruntfile.js b/Gruntfile.js index b550971b..3380cfe9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -237,14 +237,14 @@ module.exports = function(grunt) { addindex: { command: [ 'git add index.md', - 'git commit -m "Publishing docs."' + 'git commit -m "Publishing docs"' ].join(' && ') }, addassets: { command: [ 'git add scripts/<%= files.cat %>', 'git add styles/jquery.powertip*.css', - 'git commit -m "Publishing assets."' + 'git commit -m "Publishing assets"' ].join(' && ') }, checkoutmaster: {