From 635e04e69e3b5bf2652a140bf88febf7ba4fc721 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Fri, 17 Feb 2023 03:13:33 +0200 Subject: [PATCH] have checkboxes only point to date-check lines in files They currently also point to filenames, which is redundant. --- ci/date-check/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/date-check/src/main.rs b/ci/date-check/src/main.rs index 70fce8b1c..d9e8145a3 100644 --- a/ci/date-check/src/main.rs +++ b/ci/date-check/src/main.rs @@ -170,7 +170,7 @@ fn main() { for (path, dates) in dates_by_file { println!( - "- [ ] {}", + "- {}", path.strip_prefix(&root_dir_path).unwrap_or(&path).display(), ); for (line, date) in dates {