This commit is contained in:
Armaël Guéneau 2024-04-10 18:48:03 +02:00
parent ec1b70d399
commit af89f1412a

View file

@ -259,8 +259,8 @@ async fn main() -> eyre::Result<()> {
for r in repos.iter() {
println!("- {}", r);
}
let mut state = read_state(&client).await?;
println!("Current state: {:?}", &state);
for repo in repos {
match check_repo(&client, &mut state, &repo).await {