Skip to content

Commit

Permalink
调整打印输出
Browse files Browse the repository at this point in the history
  • Loading branch information
937447974 committed Oct 30, 2018
1 parent d3ab38c commit f5488be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/yjcocoa/git/git_tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ def validate!
end

def run
self.gitTagDelete if self.deleteTags && !self.deleteTags.empty?
puts
if self.deleteTags && !self.deleteTags.empty?
self.gitTagDelete
puts
end
self.gitTagAdd if self.addTag
end

Expand Down

0 comments on commit f5488be

Please sign in to comment.