From fe1de10f226c21de0b1370f40a778f95d45e951f Mon Sep 17 00:00:00 2001 From: stefandz Date: Thu, 15 Jun 2017 11:29:52 +0100 Subject: [PATCH] Update GUIDE.md Tiny typo --- GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIDE.md b/GUIDE.md index a847773..6765cc5 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -502,4 +502,4 @@ Note that the passwords stored in the environment variable and the preference ne ## Scripts -You can instruct Duplicay to run a script before or after executing a command. For example, if you create a bash script with the name *pre-prune* under the *.duplicacy/scripts* directory, this bash script will be run before the *prune* command starts. A script named *post-prune* will be run after the *prune* command finishes. This rule applies to all commands except *init*. +You can instruct Duplicacy to run a script before or after executing a command. For example, if you create a bash script with the name *pre-prune* under the *.duplicacy/scripts* directory, this bash script will be run before the *prune* command starts. A script named *post-prune* will be run after the *prune* command finishes. This rule applies to all commands except *init*.