mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Fix dumb syntax error
This commit is contained in:
parent
6a306d4bdb
commit
2b1da464e0
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
extraBackupArgs = [
|
extraBackupArgs = [
|
||||||
"--retry-lock 2h"
|
"--retry-lock 2h"
|
||||||
]
|
];
|
||||||
|
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-daily 7"
|
"--keep-daily 7"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue