We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437d887 commit cf4e175Copy full SHA for cf4e175
src/main.rs
@@ -360,7 +360,7 @@ pub fn build(
360
let workspace_path = workspace_root.unwrap_or(mount_path.clone());
361
println!("Workspace path: {}", workspace_path);
362
363
- let lockfile = format!("{}/Cargo.lock", mount_path);
+ let lockfile = format!("{}/Cargo.lock", workspace_path);
364
if !std::path::Path::new(&lockfile).exists() {
365
println!("Mount directory must contain a Cargo.lock file");
366
return Err(anyhow!(format!("No lockfile found at {}", lockfile)));
0 commit comments