Fix typo
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user