mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 03:42:45 +00:00
Fix typo
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user