Update Dangerfile

pull/832/merge
n8225 8 years ago committed by GitHub
parent fd201f8c1c
commit 77bb7b8095

@ -13,7 +13,7 @@ warn 'Please rebase to get rid of the merge commits in this Pull Request' if git
# Check links
if has_readme_changes
require 'json'
results = File.read 'ab-results-README.md-markdown-table.json'
results = File.read 'ab-results-temp.md-markdown-table.json'
j = JSON.parse results
if j['error']==true
fail j['title']

Loading…
Cancel
Save