Merge pull request #13011 from amenonsen/patch-1

Fix typo
pull/4420/head
Brian Coca 2015-11-03 08:18:56 -05:00
commit e667c0af0d
1 changed files with 1 additions and 1 deletions

View File

@ -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)