commit | 6cd3ca1a4d57fc04f5cbdeb396232bef94030631 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 01 01:21:28 2017 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Sep 12 02:40:56 2017 -0500 |
tree | 5195464fd14fc9e0d58ef2b8d215f6b572fa25a2 | |
parent | bf6ec60041550272a231661fcc0d2b8a3c9dd6f1 [diff] |
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" }