diff options
Diffstat (limited to 'heartbeat.cgi')
-rwxr-xr-x | heartbeat.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heartbeat.cgi b/heartbeat.cgi index 493674c16..11bb3ac30 100755 --- a/heartbeat.cgi +++ b/heartbeat.cgi @@ -44,4 +44,4 @@ FATAL("heartbeat error: $@") if !$ok && $@; my $cgi = Bugzilla->cgi; print $cgi->header(-type => 'text/plain', -status => $ok ? '200 OK' : '500 Internal Server Error'); -print $ok ? "Bugzilla OK\n" : "Bugzilla NOT OK\n";
\ No newline at end of file +print $ok ? "Bugzilla OK\n" : "Bugzilla NOT OK\n"; |