feat: send out wait
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-09-14 20:46:38 +02:00
parent 6c94f02428
commit 0c8cf7211c
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -17,6 +17,7 @@ impl RootCommand {
let repositories = match self.app.cache().get().await? {
Some(repos) => repos,
None => {
tracing::info!("finding repositories...");
let repositories = self.app.projects_list().get_projects().await?;
self.app.cache().update(&repositories).await?;