Skip to content

Commit

Permalink
Merge pull request #16 from iced/master
Browse files Browse the repository at this point in the history
github_webhook_worker for ruby_ng - shorter name
  • Loading branch information
treeder committed Feb 23, 2012
2 parents 3ea959c + 1ea4e57 commit 53dd673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby_ng/github_webhook_worker/github_webhook_worker.rb
Expand Up @@ -14,5 +14,5 @@
hipchat = HipChat::API.new(webhook_config['hipchat']['api_key'])

parsed['commits'].each do |c|
log hipchat.rooms_message(webhook_config['hipchat']['room'], 'GithubWebhookWorker', "Rev: <a href=\"#{c['url']}\">#{c['id'][0,9]}</a> - #{c['message']}", true).body
log hipchat.rooms_message(webhook_config['hipchat']['room'], 'WebhookWorkerNG', "Rev: <a href=\"#{c['url']}\">#{c['id'][0,9]}</a> - #{c['message']}", true).body
end

0 comments on commit 53dd673

Please sign in to comment.