Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
6c94f02428
commit
0c8cf7211c
@ -17,6 +17,7 @@ impl RootCommand {
|
|||||||
let repositories = match self.app.cache().get().await? {
|
let repositories = match self.app.cache().get().await? {
|
||||||
Some(repos) => repos,
|
Some(repos) => repos,
|
||||||
None => {
|
None => {
|
||||||
|
tracing::info!("finding repositories...");
|
||||||
let repositories = self.app.projects_list().get_projects().await?;
|
let repositories = self.app.projects_list().get_projects().await?;
|
||||||
|
|
||||||
self.app.cache().update(&repositories).await?;
|
self.app.cache().update(&repositories).await?;
|
||||||
|
Loading…
Reference in New Issue
Block a user