Skip to content

Commit

Permalink
use canonical url
Browse files Browse the repository at this point in the history
  • Loading branch information
friism committed Jun 18, 2012
1 parent 6ba2343 commit 0e5668d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/appharbor.rb
Expand Up @@ -19,7 +19,7 @@ def receive_push

def post_appharbor_message(slug, token)
return unless commit = distinct_commits.last
create_build_url = "https://appharbor.com/application/#{slug}/build?authorization=#{token}"
create_build_url = "https://appharbor.com/applications/#{slug}/builds?authorization=#{token}"

appharbor_message = {
:branches => {
Expand Down

0 comments on commit 0e5668d

Please sign in to comment.