dreport Fix typo in chassis state file name

Change-Id: I5037805703feb74d5f8450cde65fb490ba12a0f7
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/tools/dreport b/tools/dreport
index 41b53d7..6858f75 100755
--- a/tools/dreport
+++ b/tools/dreport
@@ -240,7 +240,7 @@
                     /xyz/openbmc_project/state/chassis0 \
                     xyz.openbmc_project.State.Chassis \
                     CurrentPowerState"
-    copy_loc="HostState.log"
+    copy_loc="ChassisState.log"
     run_command "$command" "$copy_loc" "$desc"
 }