Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
consistent whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Dec 8, 2011
1 parent 0e3141c commit d218d72
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions services/loggly.rb
@@ -1,12 +1,9 @@
class Service::Loggly < Service
string :input_token
string :input_token

def receive_push
http.headers['Content-Type'] = 'application/json'
url = "https://logs.loggly.com/inputs/#{data['input_token']}"
payload['commits'].each { |commit| http_post url, commit.to_json }
end
def receive_push
http.headers['Content-Type'] = 'application/json'
url = "https://logs.loggly.com/inputs/#{data['input_token']}"
payload['commits'].each { |commit| http_post url, commit.to_json }
end
end



0 comments on commit d218d72

Please sign in to comment.