Skip to content

Commit

Permalink
complete the event
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorVin committed Sep 6, 2024
1 parent ce66bde commit 12d3abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flipflop/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func (cth *ConditionTaskHandler) validateFirmware(ctx context.Context) error {
if dbErr := cth.store.ValidateFirmwareSet(ctx, srvID, fwID, done); dbErr != nil {
return cth.failedWithError(ctx, "marking firmware set validated", dbErr)
}
return nil
return cth.successful(ctx, "firmware set validated: "+fwID.String())
}
}

Expand Down

0 comments on commit 12d3abb

Please sign in to comment.