Dammit, missed a closing paren

This commit is contained in:
Ubergeek 2019-03-22 21:43:57 +00:00
parent 71a11440fd
commit 3d6e2f0029
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ elseif ($data["repository"]["full_name"] == 'thunix/thunix_gopher') {
else {
http_response_code(418);
echo "HTTP 418 - I'm a teapot.\n";
syslog(LOG_INFO, "Tea Pot Webhook recieved.\n";
syslog(LOG_INFO, "Tea Pot Webhook recieved.\n");
exit(0);
}
?>