mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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