diff --git a/dotbot/plugins/link.py b/dotbot/plugins/link.py index b6888b9..07969e5 100644 --- a/dotbot/plugins/link.py +++ b/dotbot/plugins/link.py @@ -37,7 +37,7 @@ class Link(dotbot.Plugin): test = source.get('if', test) relative = source.get('relative', relative) force = source.get('force', force) - backup = defaults.get('backup', force) + backup = defaults.get('backup', backup) relink = source.get('relink', relink) create = source.get('create', create) use_glob = source.get('glob', use_glob)