Update magic-nix-cache/src/api.rs

This commit is contained in:
Graham Christensen 2024-11-05 19:33:11 -05:00 committed by GitHub
parent 625d7717b6
commit 647b207575
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,7 +105,7 @@ async fn workflow_finish(
let paths = paths.keys().map(|s| s.name()).collect::<Vec<_>>();
tracing::info!(?paths, "FlakeHub Cache uploads completed.",);
tracing::info!(?paths, "FlakeHub Cache uploads completed");
} else {
tracing::info!("FlakeHub cache is not enabled, not uploading anything to it");
}