about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--yt/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/src/main.rs b/yt/src/main.rs
index 2049183..3833b79 100644
--- a/yt/src/main.rs
+++ b/yt/src/main.rs
@@ -210,7 +210,7 @@ async fn main() -> Result<()> {
 
         Command::Database { command } => match command {
             CacheCommand::Invalidate { hard } => invalidate(&app, hard).await?,
-            CacheCommand::Maintain { all } => cache::maintain(&app, all).await?,
+            CacheCommand::Maintain { all } => maintain(&app, all).await?,
         },
 
         Command::Check { command } => match command {