summaryrefslogtreecommitdiff
path: root/cli/tools/installer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/installer.rs')
-rw-r--r--cli/tools/installer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/installer.rs b/cli/tools/installer.rs
index 1b1b6f30c..ea4b5ff48 100644
--- a/cli/tools/installer.rs
+++ b/cli/tools/installer.rs
@@ -455,7 +455,7 @@ async fn resolve_shim_data(
extra_files.push((
copy_path,
fs::read_to_string(lock_path)
- .with_context(|| format!("error reading {}", lock_path.display()))?,
+ .with_context(|| format!("error reading {}", lock_path))?,
));
} else {
// Provide an empty lockfile so that this overwrites any existing lockfile