Skip to content

Commit

Permalink
Missed a pretty important comma
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rcu5nl committed Dec 8, 2018
1 parent 88b61fd commit 5431276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/set_facts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5431276

Please sign in to comment.