Skip to content

Commit

Permalink
fixup! Add --skip-build flag for init command
Browse files Browse the repository at this point in the history
  • Loading branch information
kohensu committed Jun 13, 2018
1 parent c3cc16b commit bfecca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ impl Init {
#[cfg(target_os = "windows")]
info!(
&log,
"Checked crate type from the manifest at {}\\Cargo.toml.", &crate_path
"Checked crate type from the manifest at {}\\Cargo.toml.", &self.crate_path
);

Ok(())
Expand Down

0 comments on commit bfecca7

Please sign in to comment.