From 738cfe6a899d636cb334134309c7d10722d4890e Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 17 Jun 2015 01:00:56 -0400 Subject: [PATCH] Missing comma --- lib/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config.json b/lib/config.json index ec474b5..1d8369a 100644 --- a/lib/config.json +++ b/lib/config.json @@ -1,7 +1,7 @@ { - "slaves" : [ { "name" : "fedora-x86-64-1", "arch" : "x86_64", "jobs" : "4" + "slaves" : [ { "name" : "fedora-x86-64-1", "arch" : "x86_64", "jobs" : "4", "admin" : "sergiodj@redhat.com" }, - { "name" : "fedora-x86-64-2", "arch" : "x86_64", "jobs" : "4" + { "name" : "fedora-x86-64-2", "arch" : "x86_64", "jobs" : "4", "admin" : "sergiodj@redhat.com" }, { "name" : "wildebeest-debian-wheezy-x86_64", "arch" : "x86_64",