Commit c2303737 authored by Riyad Preukschas's avatar Riyad Preukschas

Fix double ref_type in push event when removing branch or tag

parent 3bcc39b4
...@@ -70,7 +70,7 @@ module PushEvent ...@@ -70,7 +70,7 @@ module PushEvent
if new_ref? if new_ref?
"pushed new" "pushed new"
elsif rm_ref? elsif rm_ref?
"removed #{ref_type}" "removed"
else else
"pushed to" "pushed to"
end 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