forked from DGNum/colmena
parent
a165520076
commit
44b421c2c7
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ impl Key {
|
||||||
|
|
||||||
pub fn dest_dir(&self) -> &Path { &self.dest_dir }
|
pub fn dest_dir(&self) -> &Path { &self.dest_dir }
|
||||||
pub fn user(&self) -> &str { &self.user }
|
pub fn user(&self) -> &str { &self.user }
|
||||||
pub fn group(&self) -> &str { &self.user }
|
pub fn group(&self) -> &str { &self.group }
|
||||||
pub fn permissions(&self) -> &str { &self.permissions }
|
pub fn permissions(&self) -> &str { &self.permissions }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue