Skip to content

Commit

Permalink
Correct indent
Browse files Browse the repository at this point in the history
  • Loading branch information
hostalerye committed Jun 14, 2012
1 parent 95cd5a7 commit ac90d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/hubci.rb
Expand Up @@ -4,11 +4,11 @@ class Service::HubCI < Service
def receive_push
http.ssl[:verify] = false
http.headers['Content-Type'] = 'application/json'
http_post hubci_url, {:commits => payload['commits']}.to_json
http_post hubci_url, {:commits => payload['commits']}.to_json
end

def hubci_url
"http://hub.ci/repository/#{repoOwner}/#{repoName}/onCommit/#{token}"
"http://hub.ci/repository/#{repoOwner}/#{repoName}/onCommit/#{token}"
end

def repoName
Expand Down

0 comments on commit ac90d4b

Please sign in to comment.