From c4a64107a4fc0d8182cd76a1c9ed16a1a4f07ed9 Mon Sep 17 00:00:00 2001
From: Tim Shaw <tshaw@schedmd.com>
Date: Thu, 25 May 2017 07:36:57 -0600
Subject: [PATCH] Correction to capmc JSON formatting

---
 contribs/cray/capmc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/contribs/cray/capmc b/contribs/cray/capmc
index f081d72f5a5..08d07c7e386 100755
--- a/contribs/cray/capmc
+++ b/contribs/cray/capmc
@@ -440,8 +440,8 @@ do
             \"mcdram_cfg\": \"flat\",
             \"mcdram_pct\": \"0\",
             \"mcdram_size\": \"8192MB\",
-            \"nid\": $inx
-            \"dram_size\": \"96GB\",
+            \"nid\": $inx,
+            \"dram_size\": \"96GB\"
         },"
 	inx=$((inx+1))
 done
@@ -449,8 +449,8 @@ done
             \"mcdram_cfg\": \"flat\",
             \"mcdram_pct\": \"0\",
             \"mcdram_size\": \"8192MB\",
-            \"nid\": $inx
-            \"dram_size\": \"96GB\",
+            \"nid\": $inx,
+            \"dram_size\": \"96GB\"
         } "
 echo '    ],
     "err_msg": "Success; nids not eligible for numa operations were ignored",
-- 
GitLab