From 387ff2756473aba825a95be33c74a8b69730b629 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Mon, 16 Sep 2024 20:13:04 +0200 Subject: [PATCH] correct full toml --- config/full-one.toml | 2 +- config/full.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/full-one.toml b/config/full-one.toml index 2f664b3b4..e46b49279 100644 --- a/config/full-one.toml +++ b/config/full-one.toml @@ -146,7 +146,7 @@ keep-withing-half-yearly = "1 year" keep-within-yearly = "10 years" [copy] -targets = ["target_profile"] # Default: not set +targets = ["target_profile"] # Default: [] [webdav] address = "localhost:8000" diff --git a/config/full.toml b/config/full.toml index 0c4152d77..c46860f9b 100644 --- a/config/full.toml +++ b/config/full.toml @@ -153,7 +153,7 @@ keep-withing-half-yearly = "1 year" keep-within-yearly = "10 years" [copy] -target = ["profile1", "profile2"] # Default: not set +targets = ["profile1", "profile2"] # Default: [] [webdav] address = "localhost:8000"