From ba2deb56f1d8c6a755fa65c8e1c18b6d048abbbc Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 15 Jun 2019 18:51:26 +0200 Subject: [PATCH] typo --- dotdrop/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/utils.py b/dotdrop/utils.py index ce14d2b..6d35252 100644 --- a/dotdrop/utils.py +++ b/dotdrop/utils.py @@ -163,7 +163,7 @@ def patch_ignores(ignores, prefix, debug=False): # is glob new.append(ignore) continue - # patch upignore + # patch ignore path = os.path.join(prefix, ignore) new.append(path) if debug: