Skip to content

Commit

Permalink
style(reaper): change error message style in reaper recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
lefinal committed Nov 7, 2023
1 parent 9004677 commit 181e7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func newReaper(ctx context.Context, sessionID string, provider ReaperProvider, o
}
}
if err != nil {
return nil, fmt.Errorf("look up reaper container because creation failed due to name conflict: %w", err)
return nil, fmt.Errorf("look up reaper container due to name conflict failed: %w", err)
}
// If the reaper container was not found, it is most likely to have died in
// between as we can exclude any client errors because of the previous error
Expand Down

0 comments on commit 181e7bc

Please sign in to comment.