diff --git a/src/config_structure.rs b/src/config_structure.rs index a806a54b81f295da9a1f5de74dc93914ae710c66..c15ed2d4bff8d2cac7e71da31c00463eb75c5cc1 100644 --- a/src/config_structure.rs +++ b/src/config_structure.rs @@ -8,7 +8,7 @@ use toml::{self, Value}; pub struct Config { pub repository: Option<Repository>, pub gblk_prune: Option<GblkConfig>, - pub remote: Option<Vec<RemoteConfig>>, + pub gblk_remote: Option<Vec<RemoteConfig>>, } /// Structure that store the current borg configuration for the project