This commit is contained in:
Miguel Araújo 2017-08-21 21:55:35 -03:00 committed by Lucas Farah
parent 094eb2743b
commit 7dcd4dced0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ results = File.read 'ab-results-README.md-markdown-table.json'
j = JSON.parse results
if j['error']==true
m = j['title']
m << ', a project collaborator will take care of these, thanks: )'
m << ', a project collaborator will take care of these, thanks :)'
warn m
markdown j['message']
end