From aa18c7c84f48d099c225af9d076851f7cbeb2f96 Mon Sep 17 00:00:00 2001 From: camlyall Date: Mon, 17 Jul 2023 15:42:32 +0000 Subject: [PATCH] fix line wrapping --- website/content/en/docs/user-manual/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/en/docs/user-manual/configuration.md b/website/content/en/docs/user-manual/configuration.md index 372a28a4..91df7b44 100644 --- a/website/content/en/docs/user-manual/configuration.md +++ b/website/content/en/docs/user-manual/configuration.md @@ -231,7 +231,9 @@ E.g.: `"10m"` #### `rejectDuplicates` (Boolean) -When enabled, the workflow will execute a check on the internal database for succesfully completed transfers with the same transfer name as the currently processing package. If it finds a duplicate the transfer will fail. +When enabled, the workflow will execute a check on the internal database for +succesfully completed transfers with the same transfer name as the currently +processing package. If it finds a duplicate the transfer will fail. E.g.: `false`