Skip to content

Commit 147c59c

Browse files
committed
Updated Grunt asset publish commit messages
1 parent e21b662 commit 147c59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,14 @@ module.exports = function(grunt) {
237237
addindex: {
238238
command: [
239239
'git add index.md',
240-
'git commit -m "Publishing docs."'
240+
'git commit -m "Publishing docs"'
241241
].join(' && ')
242242
},
243243
addassets: {
244244
command: [
245245
'git add scripts/<%= files.cat %>',
246246
'git add styles/jquery.powertip*.css',
247-
'git commit -m "Publishing assets."'
247+
'git commit -m "Publishing assets"'
248248
].join(' && ')
249249
},
250250
checkoutmaster: {

0 commit comments

Comments
 (0)