Skip to content

Commit

Permalink
Change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Jul 19, 2022
1 parent e5796b2 commit c476515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/client/punchr.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (p Punchr) Bootstrap(ctx context.Context) error {
if successes >= 3 || successes == int32(len(p.hosts)) {
return nil
} else {
return fmt.Errorf("could not connect to at least three hosts")
return fmt.Errorf("could not connect to enough hosts")
}
}

Expand Down

0 comments on commit c476515

Please sign in to comment.