Fix pattern match for webhook.

This commit is contained in:
takezoe
2014-01-04 17:23:18 +09:00
parent 10f54f5790
commit 6f6a61f31a
3 changed files with 3 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ class CommitLogHook(owner: String, repository: String, pusher: String, baseURL:
callWebHook(owner, repository, webHookURLs,
WebHookPayload(git, pusherAccount, command.getRefName, repositoryInfo, newCommits, ownerAccount))
}
case _ =>
}
}
}