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 aedb9b9 commit f86ab55Copy full SHA for f86ab55
crates/generate_blog/src/main.rs
@@ -191,7 +191,7 @@ fn try_parse_version_from_title(title: &str) -> Option<String> {
191
fn guess_author_from_git() -> Option<String> {
192
String::from_utf8(
193
Command::new("git")
194
- .args(["config", "get", "user.name"])
+ .args(["config", "user.name"])
195
.output()
196
.ok()?
197
.stdout,
0 commit comments