From 256f1f305fc47b06d470abf66dc3dfdcd1d6b790 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Mon, 16 Nov 2020 15:26:19 +0100 Subject: Use upstream repo name when no name is specified --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 4de9021..39b0377 100644 --- a/src/config.rs +++ b/src/config.rs @@ -8,7 +8,7 @@ pub struct Config { #[derive(Deserialize)] pub struct ProjectConfig { - pub name: String, + pub name: Option, pub path: Option, pub url: String, pub description: Option, -- cgit v1.2.3