mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 14:04:17 +00:00
typo
This commit is contained in:
@@ -163,7 +163,7 @@ def patch_ignores(ignores, prefix, debug=False):
|
|||||||
# is glob
|
# is glob
|
||||||
new.append(ignore)
|
new.append(ignore)
|
||||||
continue
|
continue
|
||||||
# patch upignore
|
# patch ignore
|
||||||
path = os.path.join(prefix, ignore)
|
path = os.path.join(prefix, ignore)
|
||||||
new.append(path)
|
new.append(path)
|
||||||
if debug:
|
if debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user