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 9096012 commit d152960Copy full SHA for d152960
src/cmd/init.rs
@@ -74,9 +74,9 @@ pub fn execute(args: &ArgMatches) -> Result<()> {
74
if let Some(author) = get_author_name() {
75
debug!("Obtained user name from gitconfig: {:?}", author);
76
config.book.authors.push(author);
77
- builder.with_config(config);
78
}
79
+ builder.with_config(config);
80
builder.build()?;
81
println!("\nAll done, no errors...");
82
0 commit comments