Skip to content

Commit 1dee5f8

Browse files
tshepangcamelid
andauthored
update date-check format on github issue (#1416)
Co-authored-by: Noah Lev <[email protected]>
1 parent df17432 commit 1dee5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/date-check/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ fn main() {
150150
up-to-date. Each date should be updated (in the Markdown file where it appears) to \
151151
use the current month ({current_month}), or removed if the docs it annotates are not \
152152
expected to fall out of date quickly.",
153-
current_month = current_month
153+
current_month = today_chrono.format("%B %Y"),
154154
);
155155
println!();
156156
println!(

0 commit comments

Comments
 (0)