fix typo
This commit is contained in:
parent
8e4bc24a04
commit
f03e1d6d7b
|
@ -19,7 +19,7 @@ function runner($msg) {
|
||||||
if ($body->success) {
|
if ($body->success) {
|
||||||
echo "yay! $num passed!\n";
|
echo "yay! $num passed!\n";
|
||||||
} else {
|
} else {
|
||||||
echo "Yikes, $num failede\n";
|
echo "Yikes, $num failed\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
reply_to_issue($in, implode("\n", $body->output), $body->success, $body->system);
|
reply_to_issue($in, implode("\n", $body->output), $body->success, $body->system);
|
||||||
|
|
Loading…
Reference in a new issue