Update magic-nix-cache/src/api.rs
This commit is contained in:
parent
625d7717b6
commit
647b207575
|
@ -105,7 +105,7 @@ async fn workflow_finish(
|
||||||
|
|
||||||
let paths = paths.keys().map(|s| s.name()).collect::<Vec<_>>();
|
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 {
|
} else {
|
||||||
tracing::info!("FlakeHub cache is not enabled, not uploading anything to it");
|
tracing::info!("FlakeHub cache is not enabled, not uploading anything to it");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue