diff --git a/magic-nix-cache/src/api.rs b/magic-nix-cache/src/api.rs index 71cdf66..1fa145e 100644 --- a/magic-nix-cache/src/api.rs +++ b/magic-nix-cache/src/api.rs @@ -105,7 +105,7 @@ async fn workflow_finish( let paths = paths.keys().map(|s| s.name()).collect::>(); - 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"); }