Skip to content

Commit

Permalink
Fix display when there are no tracking types
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Oct 3, 2024
1 parent 66b7293 commit 4fa37f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ show_most_recent_matches() {
"SELECT tr.base,
scan.start_time,
b.name,
GROUP_CONCAT(DISTINCT tt.name),
COALESCE(GROUP_CONCAT(DISTINCT tt.name), '-'),
GROUP_CONCAT(site.fqdn)
FROM tracking t
JOIN tracker tr ON t.tracker_id = tr.id
Expand Down

0 comments on commit 4fa37f2

Please sign in to comment.