From 4644f613b25166fe39cc16e77797ecc1e402a210 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 28 Jul 2018 22:24:24 -0700 Subject: [PATCH] Fix typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab95e016..3434da99 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ file afterwards. borgmatic hooks run once per configuration file. `before_backup` hooks run prior to backups of all repositories. `after_backup` hooks run afterwards, but -not if an error occurs in previous hook or in the backups themselves. And +not if an error occurs in a previous hook or in the backups themselves. And borgmatic runs `on_error` hooks if an error occurs. An important security note about hooks: borgmatic executes all hook commands