Skip to content

Commit bfecca7

Browse files
committed
fixup! Add --skip-build flag for init command
1 parent c3cc16b commit bfecca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ impl Init {
331331
#[cfg(target_os = "windows")]
332332
info!(
333333
&log,
334-
"Checked crate type from the manifest at {}\\Cargo.toml.", &crate_path
334+
"Checked crate type from the manifest at {}\\Cargo.toml.", &self.crate_path
335335
);
336336

337337
Ok(())

0 commit comments

Comments
 (0)