Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Mar 13, 2014
1 parent 6738939 commit b12e7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/sob.php
Expand Up @@ -25,7 +25,7 @@
if (count($missing) > 0) {
$message = "Following commits are missing Signed-Off-By:\n\n";
$message .= implode(', ', $missing);
$message .= "\n\nSee https://github.com/phpmyadmin/phpmyadmin/blob/master/CONTRIBUTING.md for more information."
$message .= "\n\nSee https://github.com/phpmyadmin/phpmyadmin/blob/master/CONTRIBUTING.md for more information.";
github_comment($data['pull_request']['number'], $message);
die('Comment posted.');
)

0 comments on commit b12e7c1

Please sign in to comment.