Skip to content

Commit f48353f

Browse files
author
Sladyn Nunes
committed
Aggreate over a vector of repos
1 parent 68fabde commit f48353f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agenda.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ pub fn lang<'a>() -> Box<dyn Action> {
596596
});
597597

598598
actions.push(Query {
599-
repos: vec!["rust-lang/rust"],
599+
repos: vec!["rust-lang/rust", "rust-lang/reference"],
600600
queries,
601601
});
602602

0 commit comments

Comments
 (0)