mirror of
https://gitlab.com/bauen1/dn42-roagen
synced 2024-05-11 05:55:36 +00:00
Fix git command (2)
This commit is contained in:
Generated
+1
-1
@@ -76,7 +76,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dn42-roagen"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"cidr",
|
||||
|
||||
+1
-1
@@ -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
@@ -229,9 +229,9 @@ fn main() {
|
||||
|
||||
let date = Utc::now();
|
||||
let git_commit_output = Command::new("git")
|
||||
.arg("log")
|
||||
.arg("-C")
|
||||
.arg(®istry_path)
|
||||
.arg("log")
|
||||
.arg("-1")
|
||||
.arg("--format=%H")
|
||||
.output()
|
||||
|
||||
Reference in New Issue
Block a user