From 9dc0ee81a240d3b68e2f9895bf8b1fa7080a9f8d Mon Sep 17 00:00:00 2001 From: Remy Kabel Date: Fri, 14 May 2021 15:13:55 +0200 Subject: [PATCH] Fix spelling error (#204) effect -> affect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32fe99a..7ce4e17 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ If a wildcard pattern is used, the path hierarchy will be preserved after the fi ∟ some/directory/foo2.txt ∟ other/directory/foo1.txt ``` -If multiple paths are provided as input, the least common ancestor of all the search paths will be used as the root directory of the artifact. Exclude paths do not effect the directory structure. +If multiple paths are provided as input, the least common ancestor of all the search paths will be used as the root directory of the artifact. Exclude paths do not affect the directory structure. Relative and absolute file paths are both allowed. Relative paths are rooted against the current working directory. Paths that begin with a wildcard character should be quoted to avoid being interpreted as YAML aliases.