summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-09-01 01:21:28 -0500
committerJayanth Othayoth <ojayanth@in.ibm.com>2017-09-12 02:40:56 -0500
commit6cd3ca1a4d57fc04f5cbdeb396232bef94030631 (patch)
tree5195464fd14fc9e0d58ef2b8d215f6b572fa25a2
parentbf6ec60041550272a231661fcc0d2b8a3c9dd6f1 (diff)
downloadphosphor-debug-collector-6cd3ca1a4d57fc04f5cbdeb396232bef94030631.tar.gz
phosphor-debug-collector-6cd3ca1a4d57fc04f5cbdeb396232bef94030631.zip
dreport Fix typo in chassis state file name
Change-Id: I5037805703feb74d5f8450cde65fb490ba12a0f7 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
-rwxr-xr-xtools/dreport2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dreport b/tools/dreport
index 41b53d7..6858f75 100755
--- a/tools/dreport
+++ b/tools/dreport
@@ -240,7 +240,7 @@ function chassis_state()
/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"
}
OpenPOWER on IntegriCloud