Skip to content

Commit

Permalink
fix: typoed a dash. it was an underscore
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <[email protected]>
  • Loading branch information
uncomfyhalomacro committed Nov 5, 2024
1 parent ffafe3c commit b9906cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo/src/cargo_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pub fn cargo_vendor(
if let Some(first) = &manifest_paths.first() {
let _first_manifest = &curdir.join(first);
if _first_manifest.exists() {
default_options.push("--manifest_path".to_string());
default_options.push("--manifest-path".to_string());
let string_lossy = &_first_manifest.to_string_lossy();
default_options.push(string_lossy.to_string());
first_manifest = _first_manifest.to_path_buf();
Expand Down

0 comments on commit b9906cf

Please sign in to comment.