mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-13 01:05:13 +00:00
Add new opt parameter (link) to load_config
This commit is contained in:
@@ -68,6 +68,7 @@ def load_config(confpath, profile):
|
|||||||
opts['profile'] = profile
|
opts['profile'] = profile
|
||||||
opts['safe'] = True
|
opts['safe'] = True
|
||||||
opts['installdiff'] = True
|
opts['installdiff'] = True
|
||||||
|
opts['link'] = False
|
||||||
return conf, opts
|
return conf, opts
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user