GODT-1978: Don't install the same update twice

This commit is contained in:
James Houlahan
2022-11-04 15:53:41 +01:00
parent b9ffa96e8b
commit d74873be31
3 changed files with 59 additions and 42 deletions

View File

@ -109,5 +109,5 @@ type UpdateForced struct {
}
func (event UpdateForced) String() string {
return fmt.Sprintf("UpdateForced")
return "UpdateForced"
}