summaryrefslogtreecommitdiffstats
path: root/writefrudata.cpp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-23 11:30:16 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-23 11:30:16 -0500
commitec7648d747763efcb754e3cdd8bd9b138bcff538 (patch)
tree3f207a03cc1cb59888aba14f83f4eee6a8db52b5 /writefrudata.cpp
parent788bd1f58886dd68141dff659161da5804c05063 (diff)
downloadipmi-fru-parser-ec7648d747763efcb754e3cdd8bd9b138bcff538.tar.gz
ipmi-fru-parser-ec7648d747763efcb754e3cdd8bd9b138bcff538.zip
React to inventory manager path change
/xyz/openbmc_project/Inventory becomes /xyz/openbmc_project/inventory Change-Id: I95c1174b3cdbcd73a88c6bc004016e089c12f3e4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'writefrudata.cpp')
-rw-r--r--writefrudata.cpp2
1 files changed, 1 insertions, 1 deletions
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
{
OpenPOWER on IntegriCloud