mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-03-16 18:34:52 +00:00
secretstore: fix decryption in sync
Change-Id: If5be7679e9e0b6e0acf78ffd871adb1f9af8d7f4
This commit is contained in:
parent
96074a7859
commit
6c1a712522
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class SyncActionDecrypt:
|
|||
return f'Decrypting {os.path.split(self.src)[-1]} ({self.reason})'
|
||||
|
||||
def act(self):
|
||||
return encrypt(self.src, self.dst)
|
||||
return decrypt(self.src, self.dst)
|
||||
|
||||
|
||||
def sync(path: str, dry: bool):
|
||||
|
|
Loading…
Add table
Reference in a new issue