Browse Source

Typo

pull/876/head
Miguel Piedrafita 8 years ago
committed by GitHub
parent
commit
80b702256a
  1. 2
      Dangerfile

2
Dangerfile

@ -16,7 +16,7 @@ if j['error']==true
fail j['title']
markdown j['message']
# Check syntx
# Check syntax
require 'json'
results = File.read 'syntaxcheck.json'
j = JSON.parse results

Loading…
Cancel
Save