mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-28 03:46:29 +00:00
fix: add condition_snapshot_success to .EventName (#410)
This commit is contained in:
@@ -39,6 +39,8 @@ func (v HookVars) EventName(cond v1.Hook_Condition) string {
|
||||
return "snapshot error"
|
||||
case v1.Hook_CONDITION_SNAPSHOT_WARNING:
|
||||
return "snapshot warning"
|
||||
case v1.Hook_CONDITION_SNAPSHOT_SUCCESS:
|
||||
return "snapshot success"
|
||||
case v1.Hook_CONDITION_CHECK_START:
|
||||
return "check start"
|
||||
case v1.Hook_CONDITION_CHECK_ERROR:
|
||||
|
||||
Reference in New Issue
Block a user