Tag message is frozen so avoid stripping destructively
This commit is contained in:
parent
7fe85c1d42
commit
7b87c75c12
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Tags
|
|||
return error('Tag name invalid') unless valid_tag
|
||||
|
||||
repository = project.repository
|
||||
message&.strip!
|
||||
message = message&.strip
|
||||
|
||||
new_tag = nil
|
||||
|
||||
|
|
Loading…
Reference in a new issue