diff --git a/common_utils/context.go b/common_utils/context.go index a57fef73..4e19a871 100644 --- a/common_utils/context.go +++ b/common_utils/context.go @@ -54,7 +54,7 @@ const ( DBUS_STOP_SERVICE DBUS_RESTART_SERVICE DBUS_FILE_STAT - DBUS_HALT_SYSTEM + DBUS_HALT_SYSTEM DBUS_IMAGE_DOWNLOAD DBUS_IMAGE_INSTALL COUNTER_SIZE @@ -94,7 +94,7 @@ func (c CounterType) String() string { return "DBUS restart service" case DBUS_FILE_STAT: return "DBUS file stat" - case DBUS_HALT_SYSTEM: + case DBUS_HALT_SYSTEM: return "DBUS halt system" case DBUS_IMAGE_DOWNLOAD: return "DBUS image download"