From 0c0753faaf3e8719373bf30ff47bb9c41b336306 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 18 Nov 2020 15:45:15 +0100 Subject: [PATCH] typo --- dotdrop/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/installer.py b/dotdrop/installer.py index bf0dece..51ecf99 100644 --- a/dotdrop/installer.py +++ b/dotdrop/installer.py @@ -179,7 +179,7 @@ class Installer: @chmod: rights to apply if any return - - success, error-if-any, dir-where-installed + - success, error-if-any, dotfile-installed-path """ if self.debug: self.log.dbg('tmp install {} (defined dst: {})'.format(src, dst))