From af89f1412ae79e81be89f278ecdb125c4c346040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Wed, 10 Apr 2024 18:48:03 +0200 Subject: [PATCH] tweak --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index de99b7f..6a5f14b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 {