From 77bb7b809500ba23b042eec85865545bc9cc912c Mon Sep 17 00:00:00 2001 From: n8225 Date: Sun, 4 Dec 2016 11:08:45 -0600 Subject: [PATCH] Update Dangerfile --- Dangerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dangerfile b/Dangerfile index b134a792..311c0e1a 100644 --- a/Dangerfile +++ b/Dangerfile @@ -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']