From 85383d61e51365d862c3974e1ac133e81492cded Mon Sep 17 00:00:00 2001 From: Davide Laezza Date: Sun, 28 Apr 2019 22:11:15 +0200 Subject: [PATCH] Refactoring - What did it cost? Everything --- dotdrop/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/config.py b/dotdrop/config.py index e6cddfa..1d79797 100644 --- a/dotdrop/config.py +++ b/dotdrop/config.py @@ -460,7 +460,7 @@ class Cfg: if self.key_all in dots: # add all if key ALL is used - self.prodots[k] = list(self.dotfiles.values()) + self.prodots[name] = list(self.dotfiles.values()) else: # add the dotfiles for d in dots: