summaryrefslogtreecommitdiffstats
path: root/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils.cpp')
-rw-r--r--utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils.cpp b/utils.cpp
index efcc071..168f89f 100644
--- a/utils.cpp
+++ b/utils.cpp
@@ -16,9 +16,9 @@ auto getPIMService()
auto bus = sdbusplus::bus::new_default();
auto mapper =
bus.new_method_call(
- "xyz.openbmc_project.object_mapper",
+ "xyz.openbmc_project.ObjectMapper",
"/xyz/openbmc_project/object_mapper",
- "xyz.openbmc_project.object_mapper",
+ "xyz.openbmc_project.ObjectMapper",
"GetObject");
mapper.append(pimPath);
OpenPOWER on IntegriCloud