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
Branches
Tags
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
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment