summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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