Fix syntax error in .mention-bot (#361)

This commit is contained in:
Berker Peksag 2017-03-01 06:33:07 +03:00 committed by Donald Stufft
parent 1cf2a809b1
commit eca52296da
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@
],
"userBlacklist": [],
"userBlacklistForPR": [],
"requiredOrgs": ["python"],
"requiredOrgs": ["python"]
}