summaryrefslogtreecommitdiffstats
path: root/heartbeat.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'heartbeat.cgi')
-rwxr-xr-xheartbeat.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/heartbeat.cgi b/heartbeat.cgi
index 11bb3ac30..493674c16 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";
+print $ok ? "Bugzilla OK\n" : "Bugzilla NOT OK\n"; \ No newline at end of file