Skip to content
Snippets Groups Projects
Verified Commit f90d42fe authored by nfontrod's avatar nfontrod
Browse files

src/config_structure.rs: change the name of remote table in config file

parent 06ea340a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ use toml::{self, Value}; ...@@ -8,7 +8,7 @@ use toml::{self, Value};
pub struct Config { pub struct Config {
pub repository: Option<Repository>, pub repository: Option<Repository>,
pub gblk_prune: Option<GblkConfig>, 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 /// Structure that store the current borg configuration for the project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment