From 2baa3cff6f8581f834a3d88337b2588d03a05f6e Mon Sep 17 00:00:00 2001 From: n8225 Date: Sun, 4 Dec 2016 09:34:56 -0600 Subject: [PATCH] Update Dangerfile --- Dangerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dangerfile b/Dangerfile index 10320f21..0b3d23e1 100644 --- a/Dangerfile +++ b/Dangerfile @@ -15,8 +15,9 @@ j = JSON.parse results if j['error']==true fail j['title'] markdown j['message'] +end -# Check syntx +# Check syntax require 'json' results = File.read 'syntaxcheck.json' j = JSON.parse results