Skip to content
Snippets Groups Projects
Commit 6eb273a1 authored by Mike Wyatt's avatar Mike Wyatt
Browse files

Restore colon in Asana comment

parent d67f697d
No related branches found
No related tags found
2 merge requests!2302Better support for referencing and closing issues in asana_service.rb (by @mikew1),!2111Better support for referencing and closing issues in asana_service.rb
Loading
@@ -89,7 +89,7 @@ http://developer.asana.com/documentation/#api_keys'
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment