Restore colon in Asana comment

This commit is contained in:
Mike Wyatt 2015-12-30 00:50:44 -04:00
parent d67f697d9e
commit 6eb273a11c

View file

@ -89,7 +89,7 @@ http://developer.asana.com/documentation/#api_keys'
project_name = project.name_with_namespace project_name = project.name_with_namespace
data[:commits].each do |commit| 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) check_commit(commit[:message], push_msg)
end end
end end