Skip to content

Commit

Permalink
Merge pull request #3416 from zmwangx/bump-formula-pr-fix-message
Browse files Browse the repository at this point in the history
bump-formula-pr: --message: add newlines before and after hr
  • Loading branch information
MikeMcQuaid committed Nov 10, 2017
2 parents ee41721 + 04367c4 commit 441c212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Homebrew/dev-cmd/bump-formula-pr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,9 @@ def bump_formula_pr
EOS
user_message = ARGV.value("message")
if user_message
pr_message += <<~EOS
pr_message += "\n" + <<~EOS
---
#{user_message}
EOS
end
Expand Down

0 comments on commit 441c212

Please sign in to comment.