We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8440b commit 4e67646Copy full SHA for 4e67646
src/docbuilder/rustwide_builder.rs
@@ -581,9 +581,9 @@ impl RustwideBuilder {
581
if let Err(err) = self
582
.artifact_cache
583
.save(&published_by.id.to_string(), build.host_target_dir())
584
- .context("error giving back artifact cache")
+ .context("error saving artifact cache")
585
{
586
- warn!(?err, "could not give back artifact cache");
+ warn!(?err, "could not save artifact cache");
587
};
588
}
589
0 commit comments