tweak
This commit is contained in:
parent
ec1b70d399
commit
fc916670c5
1 changed files with 0 additions and 4 deletions
|
@ -256,11 +256,7 @@ async fn main() -> eyre::Result<()> {
|
|||
|
||||
let repos = to_watch(&client).await?;
|
||||
println!("Watching {} repos", repos.len());
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue