lib/plain_apm/hooks/deploy.rb in plain_apm-0.6.3 vs lib/plain_apm/hooks/deploy.rb in plain_apm-0.6.4
- old
+ new
@@ -17,12 +17,12 @@
tool, revision = *result
Agent.instance.collect(
{
- "source" => tool,
+ "source" => "deploy",
"revision" => revision,
- "name" => "deploy",
+ "name" => tool,
"started_at" => Time.now.to_f,
"finished_at" => Time.now.to_f
}
)
end