Fix object path of chassis intrusion

The chassis intrusion object path got updated upstream.
This fix aligns with latest sensor path.

Change-Id: I34841746f9f1b6795a7175659fb4ff71d562b816
Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
diff --git a/src/chassiscommands.cpp b/src/chassiscommands.cpp
index de2a791..a452ae6 100644
--- a/src/chassiscommands.cpp
+++ b/src/chassiscommands.cpp
@@ -502,7 +502,7 @@
     try
     {
         constexpr const char* chassisIntrusionObj =
-            "/xyz/openbmc_project/Intrusion/Chassis_Intrusion";
+            "/xyz/openbmc_project/Chassis/Intrusion";
         constexpr const char* chassisIntrusionInf =
             "xyz.openbmc_project.Chassis.Intrusion";