Skip to content

Commit 6588ba9

Browse files
committed
Show correct label on fcps.
1 parent e76f9ad commit 6588ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/agenda-generator/src/generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ impl Generator {
296296

297297
writeln!(self.agenda, "### FCPs")?;
298298
writeln!(self.agenda,)?;
299-
writeln!(self.agenda, "{} open T-libs-api FCPs:", fcps.len())?;
299+
writeln!(self.agenda, "{} open {} FCPs:", fcps.len(), label)?;
300300

301301
for repo in repos {
302302
let fcps = fcps

0 commit comments

Comments
 (0)