Fix typo
This commit is contained in:
parent
10fd717a44
commit
7caefa5cd9
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ class VaultEditor:
|
|||
|
||||
self.write_data(new_ciphertext, filename)
|
||||
|
||||
# preserve permitions
|
||||
# preserve permissions
|
||||
os.chmod(filename, prev.st_mode)
|
||||
os.chown(filename, prev.st_uid, prev.st_gid)
|
||||
|
||||
|
|
Loading…
Reference in a new issue