1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:54:51 +00:00

Add new opt parameter (link) to load_config

This commit is contained in:
moyiz
2017-05-05 17:54:39 +03:00
parent befd1848ac
commit 550011cb89

View File

@@ -68,6 +68,7 @@ def load_config(confpath, profile):
opts['profile'] = profile
opts['safe'] = True
opts['installdiff'] = True
opts['link'] = False
return conf, opts