summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-07 13:22:56 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-12-07 13:22:56 +0100
commitaeef52b3c1941bdd878245e34ab0e2ab8a8550bd (patch)
treee0b522ea760c30f7d21cc9a6725332c22803e7f0 /src/config
parent2f35dd59cf6df23084c76a80f7c742ca84217c32 (diff)
Fix: Source cache root can be a PathBuf in the configuration
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/not_validated.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/not_validated.rs b/src/config/not_validated.rs
index 6cf7148..5873410 100644
--- a/src/config/not_validated.rs
+++ b/src/config/not_validated.rs
@@ -40,7 +40,7 @@ pub struct NotValidatedConfiguration {
#[serde(rename = "source_cache")]
#[getset(get = "pub")]
- source_cache_root: String,
+ source_cache_root: PathBuf,
#[getset(get = "pub")]
#[serde(rename = "database_host")]