We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f110c5c commit 4aa80fbCopy full SHA for 4aa80fb
1 file changed
crates/pixi_core/src/workspace/registry.rs
@@ -65,7 +65,7 @@ impl WorkspaceRegistry {
65
let contents = toml_edit::ser::to_string_pretty(&self).into_diagnostic()?;
66
fs_err::write(&path, contents)
67
.into_diagnostic()
68
- .wrap_err(format!("failed to write config to '{}'", &path.display()))
+ .wrap_err(format!("failed to write workspace registry config to '{}'", &path.display()))
69
}
70
71
/// Remove the workspace from the registry given the workspace name.
0 commit comments