summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-23 11:39:31 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-23 11:41:02 -0500
commit623ec6c9ab829b4deedbd90c2d0175567a813bcd (patch)
treee556195a9b7f1af9be5c85e7c862992037559050
parent2ff290657ed3121b6313f22964f777823b1bf679 (diff)
downloadopenpower-vpd-parser-623ec6c9ab829b4deedbd90c2d0175567a813bcd.tar.gz
openpower-vpd-parser-623ec6c9ab829b4deedbd90c2d0175567a813bcd.zip
React to inventory manager path update
/xyz/openbmc_project/Inventory becomes /xyz/openbmc_project/inventory. Change-Id: Ieaa1da7c4ac4f801d4bfa4d3e73a63e9981c17b3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.hpp b/types.hpp
index d65aa70..e8350f6 100644
--- a/types.hpp
+++ b/types.hpp
@@ -32,7 +32,7 @@ using Object = sdbusplus::message::object_path;
using ObjectMap = std::map<Object, InterfaceMap>;
using namespace std::string_literals;
-static const auto pimPath = "/xyz/openbmc_project/Inventory"s;
+static const auto pimPath = "/xyz/openbmc_project/inventory"s;
static const auto pimIntf = "xyz.openbmc_project.Inventory.Manager"s;
} // namespace inventory
OpenPOWER on IntegriCloud