1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 05:39:15 +00:00

refactor link_import_default to link_on_import (#110)

This commit is contained in:
deadc0de6
2019-04-03 13:26:21 +02:00
parent e009649cb9
commit 584927f10b
4 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ class Cfg:
key_keepdot = 'keepdot'
key_ignoreempty = 'ignoreempty'
key_showdiff = 'showdiff'
key_imp_link = 'link_import_default'
key_imp_link = 'link_on_import'
key_dotfile_link = 'link_dotfile_default'
key_workdir = 'workdir'
key_include_vars = 'import_variables'