From 5431276c8e7ebdad0211ba2a305a1ed0bc069294 Mon Sep 17 00:00:00 2001 From: Marcus Meurs Date: Sat, 8 Dec 2018 02:25:12 +0100 Subject: [PATCH] Missed a pretty important comma --- files/set_facts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/set_facts.sh b/files/set_facts.sh index 1586e30..2b7ffe0 100644 --- a/files/set_facts.sh +++ b/files/set_facts.sh @@ -15,7 +15,7 @@ function file_content { while read -r; do network=($REPLY) echo " \"${network[2]}\": {" - echo " \"status\":\"${network[5]}\"" + echo " \"status\":\"${network[5]}\"," echo " \"device\":\"${network[7]}\"" if [ "$counter" -eq "$network_count" ]; then