Skip to content

Commit 4aa80fb

Browse files
soapy1ruben-arts
andauthored
Update crates/pixi_core/src/workspace/registry.rs
Co-authored-by: Ruben Arts <ruben.arts@pm.me>
1 parent f110c5c commit 4aa80fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pixi_core/src/workspace/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl WorkspaceRegistry {
6565
let contents = toml_edit::ser::to_string_pretty(&self).into_diagnostic()?;
6666
fs_err::write(&path, contents)
6767
.into_diagnostic()
68-
.wrap_err(format!("failed to write config to '{}'", &path.display()))
68+
.wrap_err(format!("failed to write workspace registry config to '{}'", &path.display()))
6969
}
7070

7171
/// Remove the workspace from the registry given the workspace name.

0 commit comments

Comments
 (0)