Skip to content

Commit

Permalink
fix chunk.io url
Browse files Browse the repository at this point in the history
  • Loading branch information
djydewang committed Jul 24, 2018
1 parent f56609f commit 6ac7ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile
Expand Up @@ -33,7 +33,7 @@ def upload_report
`log_success "Successfully uploaded #{zip_filename} to chunk.io"`

# set value of sticky to true and the message is kept after new commits are submited to the PR
message("Please check the [regression diff report](#{report_url}/index.html) to make sure that everything is expected", sticky: true)
message("Please check the [regression diff report](#{report_url}/diff/index.html) to make sure that everything is expected", sticky: true)
else
`log_error "Error while uploading #{zip_filename} to chunk.io: #{report_url}"`
end
Expand Down

0 comments on commit 6ac7ab0

Please sign in to comment.