renamed: src/config/remotes.rs -> src/config/remote.rs

And use 'remote' instead of 'remotes' everywhere.
This commit is contained in:
Dietmar Maurer
2020-01-16 14:32:06 +01:00
parent d2dd827877
commit f357390c15
6 changed files with 40 additions and 40 deletions

View File

@ -16,7 +16,7 @@ use proxmox::tools::try_block;
use crate::buildcfg;
pub mod datastore;
pub mod remotes;
pub mod remote;
/// Check configuration directory permissions
///