Commit 9b95ab26 authored by Phillip Webb's avatar Phillip Webb

Merge branch '2.2.x' into 2.3.x

parents bbb57428 97d4613f
......@@ -25,7 +25,7 @@ def get_fixed_issues()
end
def rewrite_message(message_file, fixed)
current_branch = `git rev-parse --abbrev-ref HEAD`
current_branch = `git rev-parse --abbrev-ref HEAD`.strip
if current_branch == "master"
current_branch = $master_branch
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment