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>
diff --git a/writefrudata.cpp b/writefrudata.cpp
index e090903..edaa7a6 100644
--- a/writefrudata.cpp
+++ b/writefrudata.cpp
@@ -477,7 +477,7 @@
     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
     {