This commit is contained in:
kpdecker
2013-11-03 16:04:12 -06:00
parent 6b62a2e58e
commit 479acfbe9e
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = function(grunt) {
grunt.log.writeln('branches: ' + branches);
git.commitInfo(function(err, info) {
grunt.log(writeln('tag: ' + info.tagName);
grunt.log.writeln('tag: ' + info.tagName);
if (info.isMaster) {
initSDK();