From 95c415f416de5f83c968049d71da36ec2d5b9344 Mon Sep 17 00:00:00 2001 From: Jakub Duchateau Date: Fri, 7 Aug 2020 16:41:35 +0200 Subject: [PATCH] Change "before" to "after" in desc --- borgmatic/config/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index c0c25d0d2..ee947c54d 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -710,7 +710,7 @@ map: List of one or more shell commands or scripts to execute after running all actions (if one of them is "create"). These are collected from all configuration files and then - run once before all of them (prior to all actions). + run once after all of them (after any action). example: - echo "Completed actions." umask: