FlakeHub not Flakehub

This commit is contained in:
Ana Hobden 2024-02-13 09:37:11 -08:00
parent f1d5b7fdc5
commit 0e4f6af07b

View file

@ -190,7 +190,7 @@ async fn main_cli() {
Some(state) Some(state)
} }
Err(err) => { Err(err) => {
tracing::debug!("Flakehub cache initialization failed: {}", err); tracing::debug!("FlakeHub cache initialization failed: {}", err);
None None
} }
} }