summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Tritz <mtritz@us.ibm.com>2017-12-05 17:51:31 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-12-09 04:53:02 +0000
commit4ecea0f3316090fe8782917d7f7f614e5740fe46 (patch)
tree072aa83aabc381608cb1994c3faabea2ff703a4b
parent7f80e0b534b91b3a868f33934d92024427235e89 (diff)
downloadopenpower-pnor-code-mgmt-4ecea0f3316090fe8782917d7f7f614e5740fe46.tar.gz
openpower-pnor-code-mgmt-4ecea0f3316090fe8782917d7f7f614e5740fe46.zip
Gard reset: Fix the typo in the D-Bus path
The path to the Gard reset should be /org/open_power/control/gard. This commit adds the missing underscore. Change-Id: I01284596d7f52c31bf3c11e31ae6b8bd717a3fa4 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
-rwxr-xr-xitem_updater.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/item_updater.hpp b/item_updater.hpp
index e0c4450b0..0b430fe0f 100755
--- a/item_updater.hpp
+++ b/item_updater.hpp
@@ -25,7 +25,7 @@ namespace MatchRules = sdbusplus::bus::match::rules;
using AssociationList =
std::vector<std::tuple<std::string, std::string, std::string>>;
-constexpr auto GARD_PATH = "/org/openpower/control/gard";
+constexpr auto GARD_PATH = "/org/open_power/control/gard";
/** @class GardReset
* @brief OpenBMC GARD factory reset implementation.
OpenPOWER on IntegriCloud