Skip to content

Commit ff53811

Browse files
committed
1 parent a29bee6 commit ff53811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/issue/comment/comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func NewCommenter(client GitHubClient) (*Commenter, error) {
3131
if !found {
3232
stepKey, found = os.LookupEnv("BUILDKITE_LABEL")
3333
if !found {
34-
return nil, errors.New("At least one of BUILDKITE_STEP_KEY or BUILDKITE_LABEL must be set.")
34+
return nil, errors.New("at least one of BUILDKITE_STEP_KEY or BUILDKITE_LABEL must be set")
3535
}
3636
}
3737

0 commit comments

Comments
 (0)