Skip to content

Commit 32331e6

Browse files
author
Dean Karn
authored
Merge pull request #27 from lukepatrick/v3
fix(bitbucket) typo in Event
2 parents 1b6492c + 1253715 commit 32331e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitbucket/bitbucket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const (
4343
PullRequestDeclinedEvent Event = "pullrequest:rejected"
4444
PullRequestCommentCreatedEvent Event = "pullrequest:comment_created"
4545
PullRequestCommentUpdatedEvent Event = "pullrequest:comment_updated"
46-
PullRequestCommentDeletedEvent Event = "pull_request:comment_deleted"
46+
PullRequestCommentDeletedEvent Event = "pullrequest:comment_deleted"
4747
)
4848

4949
// New creates and returns a WebHook instance denoted by the Provider type

0 commit comments

Comments
 (0)