This commit is contained in:
Graham Christensen 2017-11-04 11:57:34 -04:00
parent 8e4bc24a04
commit f03e1d6d7b
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -19,7 +19,7 @@ function runner($msg) {
if ($body->success) {
echo "yay! $num passed!\n";
} else {
echo "Yikes, $num failede\n";
echo "Yikes, $num failed\n";
}
reply_to_issue($in, implode("\n", $body->output), $body->success, $body->system);