Skip to content

Commit

Permalink
[JENKINS-34120] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Apr 24, 2016
1 parent df2fc42 commit 970cf77
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -291,7 +291,7 @@ private void doRetrieve(SCMHeadObserver observer, TaskListener listener, GHRepos
// FYI https://developer.github.com/v3/pulls/#response-1
Boolean mergeable = ghPullRequest.getMergeable();
if (!Boolean.TRUE.equals(mergeable)) {
listener.getLogger().format(" Not mergeable, but it will included%n");
listener.getLogger().format(" Not mergeable, but it will be included%n");
}
listener.getLogger().format(" Met criteria%n");
} else {
Expand Down

0 comments on commit 970cf77

Please sign in to comment.