summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2021-01-07 19:19:30 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-01-12 16:52:55 +0300
commit6422304f3e3d14ad9fde04cf87fe7e1061e10b65 (patch)
tree1a960544ab5c49bf4d8178ecc229908aa5e6edee
parentff2a07526bef641346c7b5e0bc385a7be0924c56 (diff)
downloadopenbmc-6422304f3e3d14ad9fde04cf87fe7e1061e10b65.tar.xz
rainier: Fix Everest fan monitor config
Remove extraneous commas from the Everest fan monitor JSON config so it can be loaded/parsed. (From meta-ibm rev: 84d05fda258fbd02650d859f6fe9a77a6e5ef7a6) Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Change-Id: Ib0b044f8657593137d67cec036ab615e265398e3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/rainier/everest/config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/rainier/everest/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/rainier/everest/config.json
index a6a2cf8b4..936b71631 100644
--- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/rainier/everest/config.json
+++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/rainier/everest/config.json
@@ -13,7 +13,7 @@
},
{
"name": "fan0_1",
- "has_target": false,
+ "has_target": false
}
]
},
@@ -30,7 +30,7 @@
},
{
"name": "fan1_1",
- "has_target": false,
+ "has_target": false
}
]
},
@@ -47,7 +47,7 @@
},
{
"name": "fan2_1",
- "has_target": false,
+ "has_target": false
}
]
},
@@ -64,7 +64,7 @@
},
{
"name": "fan3_1",
- "has_target": false,
+ "has_target": false
}
]
}