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>
diff --git a/types.hpp b/types.hpp
index d65aa70..e8350f6 100644
--- a/types.hpp
+++ b/types.hpp
@@ -32,7 +32,7 @@
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