fix: syntax error in restic.py
This commit is contained in:
parent
ded4d9bdf7
commit
1248843e72
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ def forget(repository: str, keeplast: str, hourly: str, daily: str, weekly: str,
|
||||||
'-keep-last',
|
'-keep-last',
|
||||||
keeplast,
|
keeplast,
|
||||||
'--keep-hourly',
|
'--keep-hourly',
|
||||||
hourly
|
hourly,
|
||||||
'--keep-daily',
|
'--keep-daily',
|
||||||
daily,
|
daily,
|
||||||
'--keep-weekly',
|
'--keep-weekly',
|
||||||
|
@ -93,7 +93,7 @@ def forget(repository: str, keeplast: str, hourly: str, daily: str, weekly: str,
|
||||||
'--keep-yearly',
|
'--keep-yearly',
|
||||||
yearly,
|
yearly,
|
||||||
'--keep-tag',
|
'--keep-tag',
|
||||||
tags
|
tags,
|
||||||
]))
|
]))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue