Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Commit

Permalink
Fixed #55.
Browse files Browse the repository at this point in the history
  • Loading branch information
melwil committed Aug 10, 2014
1 parent 0505218 commit 5be66d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ protected String announcePullRequest(GithubPayload githubPayload) {
githubPayload.getAction(),
githubPayload.getPullRequest().getTitle(),
issueURL,
githubPayload.getPullRequest().getUser().getLogin()
githubPayload.getSender().getLogin()
);

return message;
Expand Down

0 comments on commit 5be66d0

Please sign in to comment.