1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #13011 from amenonsen/patch-1

Fix typo
This commit is contained in:
Brian Coca 2015-11-03 08:18:56 -05:00
commit e667c0af0d

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)