Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rcu5nl committed Dec 8, 2018
2 parents 88b61fd + 5431276 commit c7aae63
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 c7aae63

Please sign in to comment.