Skip to content

Commit

Permalink
Merge pull request #45 from montecruiseto/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
rowoot committed Dec 23, 2014
2 parents 8dafebc + 19ea317 commit 0246040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = function (options) {
return repo;
} else {
gutil.log(TAG + 'Adding ' + filesToBeCommitted + ' files.');
gutil.log(TAG + 'Commiting "' + message + '"');
gutil.log(TAG + 'Committing "' + message + '"');
return repo.commit(message)
.then(function (repo) {
if (push) {
Expand Down

0 comments on commit 0246040

Please sign in to comment.