1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 11:59:16 +00:00

refactoring

This commit is contained in:
deadc0de6
2020-04-10 14:02:16 +02:00
parent 79431e0976
commit 1e5eeaca9b
4 changed files with 31 additions and 31 deletions

View File

@@ -256,7 +256,7 @@ class Options(AttrMonitor):
# variables
self.variables = self.conf.get_variables()
# the dotfiles
self.dotfiles = self.conf.get_dotfiles(self.profile)
self.dotfiles = self.conf.get_dotfiles()
# the profiles
self.profiles = self.conf.get_profiles()