summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
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")]