Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jutley committed Sep 4, 2019
1 parent 238ce0b commit 2cfe522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func run() int {
preservedFailedResults := rh.ListPreservedFailures()

for i := len(preservedFailedResults) - 1; i >= 0; i-- {
r := results[i]
r := preservedFailedResults[i]
success := "Success"
if !r.success {
success = "<strong>Failure</strong>"
Expand Down

0 comments on commit 2cfe522

Please sign in to comment.