From f498e86b169fdd9859ee6e062cfe509482baf045 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 24 Apr 2021 10:19:16 +0200 Subject: plugins/clean: fix typo --- dotbot/plugins/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotbot/plugins/clean.py b/dotbot/plugins/clean.py index 212fb07..b3954c8 100644 --- a/dotbot/plugins/clean.py +++ b/dotbot/plugins/clean.py @@ -18,7 +18,7 @@ class Clean(dotbot.Plugin): if isinstance(targets, dict) and isinstance(targets[target], dict): force = targets[target].get('force', force) recursive = targets[target].get('recursive', recursive) - success &= self._clean(target, force, recurseve, dry_run) + success &= self._clean(target, force, recursive, dry_run) if dry_run: if success: -- cgit v1.2.3