Implement embedded HTTPS Git synchronization
This commit is contained in:
@@ -45,7 +45,7 @@ impl EntryPath {
|
||||
DirectoryPath(self.0.parent().map_or_else(PathBuf::new, Path::to_path_buf))
|
||||
}
|
||||
|
||||
fn encrypted_relative_path(&self) -> PathBuf {
|
||||
pub fn encrypted_relative_path(&self) -> PathBuf {
|
||||
let mut path = self.0.clone();
|
||||
let mut file_name = path
|
||||
.file_name()
|
||||
|
||||
Reference in New Issue
Block a user