merge Verification and Update statuses
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ibb9c1c9f9cb7e9cda18f4e8dddb31d57a12f0d90
diff --git a/update_systemd.cpp b/update_systemd.cpp
index 0802f43..e81b2bc 100644
--- a/update_systemd.cpp
+++ b/update_systemd.cpp
@@ -68,10 +68,10 @@
return;
}
-UpdateStatus SystemdUpdateMechanism::status()
+ActionStatus SystemdUpdateMechanism::status()
{
/* For now, don't check if the target failed. */
- return UpdateStatus::running;
+ return ActionStatus::running;
}
} // namespace ipmi_flash