Skip to content

Commit

Permalink
Update magic-nix-cache/src/api.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored Nov 6, 2024
1 parent 625d771 commit 647b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic-nix-cache/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 647b207

Please sign in to comment.