Fix git command (2)

This commit is contained in:
bauen1
2020-11-21 21:04:07 +01:00
parent 9f6df96d96
commit 2862b6e488
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -76,7 +76,7 @@ dependencies = [
[[package]]
name = "dn42-roagen"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"chrono",
"cidr",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "dn42-roagen"
version = "0.2.1"
version = "0.2.2"
authors = ["bauen1 <j2468h@gmail.com>"]
edition = "2018"
description = "Generate bird roa files from the dn42 registry data."
+1 -1
View File
@@ -229,9 +229,9 @@ fn main() {
let date = Utc::now();
let git_commit_output = Command::new("git")
.arg("log")
.arg("-C")
.arg(&registry_path)
.arg("log")
.arg("-1")
.arg("--format=%H")
.output()