Commit 6eb273a1 authored by Mike Wyatt's avatar Mike Wyatt

Restore colon in Asana comment

parent d67f697d
......@@ -89,7 +89,7 @@ http://developer.asana.com/documentation/#api_keys'
project_name = project.name_with_namespace
data[:commits].each do |commit|
push_msg = "#{user} pushed to branch #{branch} of #{project_name} ( #{commit[:url]} )"
push_msg = "#{user} pushed to branch #{branch} of #{project_name} ( #{commit[:url]} ):"
check_commit(commit[:message], push_msg)
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