From d36e80a5eb7fd86a2cf680fb569700b175d8470c Mon Sep 17 00:00:00 2001 From: stefandz Date: Thu, 15 Jun 2017 15:40:28 +0100 Subject: [PATCH] another 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*.