Skip to content

Commit

Permalink
refactor(new): Ensure we always talk about the xame manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 6, 2024
1 parent c015a00 commit 6a3255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ mod tests {
}
}

if let Err(e) = Workspace::new(&path.join("Cargo.toml"), gctx) {
if let Err(e) = Workspace::new(&manifest_path, gctx) {
crate::display_warning_with_error(
"compiling this new package may not work due to invalid \
workspace configuration",
Expand Down

0 comments on commit 6a3255c

Please sign in to comment.