renamed: src/config/remotes.rs -> src/config/remote.rs
And use 'remote' instead of 'remotes' everywhere.
This commit is contained in:
@ -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
|
||||
///
|
||||
|
Reference in New Issue
Block a user