Fix groups.json typo at line 943

The groups.json had an extra comma at Romanian user group attributes.

Change-Id: I81aa6a0a30eebda46de8f0ed85994cd9241ab50f
This commit is contained in:
Marton Kiss 2014-08-04 21:52:49 +02:00
parent 8c757580d0
commit d9785816ba
1 changed files with 1 additions and 1 deletions

View File

@ -940,7 +940,7 @@
"attributes": [ "attributes": [
{ "meetup": "http://www.meetup.com/Openstack-Bucharest/" }, { "meetup": "http://www.meetup.com/Openstack-Bucharest/" },
{ "coordinator": "Adrian Moti" }, { "coordinator": "Adrian Moti" },
{ "coordinator-email": "adrian_moti@yahoo.com" }, { "coordinator-email": "adrian_moti@yahoo.com" }
] ]
}, },