From ec7648d747763efcb754e3cdd8bd9b138bcff538 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 23 Feb 2017 11:30:16 -0500 Subject: React to inventory manager path change /xyz/openbmc_project/Inventory becomes /xyz/openbmc_project/inventory Change-Id: I95c1174b3cdbcd73a88c6bc004016e089c12f3e4 Signed-off-by: Brad Bishop --- writefrudata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writefrudata.cpp b/writefrudata.cpp index e090903..edaa7a6 100644 --- a/writefrudata.cpp +++ b/writefrudata.cpp @@ -477,7 +477,7 @@ int ipmi_update_inventory(fru_area_vec_t& area_vec) auto bus = sdbusplus::bus::new_default(); using namespace std::string_literals; static const auto intf = "xyz.openbmc_project.Inventory.Manager"s; - static const auto path = "/xyz/openbmc_project/Inventory"s; + static const auto path = "/xyz/openbmc_project/inventory"s; std::string service; try { -- cgit v1.2.1