configuration/ventura_adc_max: fix typo
There was a typo in the probe statement, which threw an error when
reading the configuration file. Now it's gone.
Change-Id: Id2e0ce014ccccc8a737e66b0ee6de857768c2bc4
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
diff --git a/configurations/meta/ventura_fanboard_adc_max.json b/configurations/meta/ventura_fanboard_adc_max.json
index 895a641..5a5ae6b 100644
--- a/configurations/meta/ventura_fanboard_adc_max.json
+++ b/configurations/meta/ventura_fanboard_adc_max.json
@@ -59,7 +59,7 @@
}
],
"Name": "Ventura Fan Board $bus % 2",
- "Probe": "xyz.openbmc_project.FruDevice({'BOARD_MANUFACTURER': '(Quanta|Ingrasys)', BOARD_PRODUCT_NAME': 'Ventura FAN Board', 'BOARD_INFO_AM4': 'adc-max'})",
+ "Probe": "xyz.openbmc_project.FruDevice({'BOARD_MANUFACTURER': '(Quanta|Ingrasys)', 'BOARD_PRODUCT_NAME': 'Ventura FAN Board', 'BOARD_INFO_AM4': 'adc-max'})",
"Type": "Board",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"BuildDate": "$BOARD_MANUFACTURE_DATE",