Skip to content

Commit 81334fc

Browse files
tshepangcamelid
andauthored
update date-check format on github issue (rust-lang#1416)
Co-authored-by: Noah Lev <[email protected]>
1 parent 04b006f commit 81334fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)