Skip to content

Commit

Permalink
main: fix message append
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jul 25, 2020
1 parent 774a79c commit f7d5d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def read_git(*args)
message = if message.blank?
''
else
"\n\n"
message + "\n\n"
end
message += '[`action-homebrew-bump-formula`](https://github.com/dawidd6/action-homebrew-bump-formula)'

Expand Down

0 comments on commit f7d5d31

Please sign in to comment.