From 496533238731f84671bf47de91be4e3a0a925b61 Mon Sep 17 00:00:00 2001 From: Marc Zonzon Date: Tue, 26 Dec 2023 09:24:58 +0100 Subject: [PATCH] Fixed a typo in detail options. fix error on dotdrop detail . --- dotdrop/dotdrop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index b9a110b..6c0d2d6 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -613,7 +613,7 @@ def cmd_detail(opts): dotfiles = opts.dotfiles if opts.detail_keys: # filtered dotfiles to install - uniq = uniq_list(opts.details_keys) + uniq = uniq_list(opts.detail_keys) dotfiles = [d for d in dotfiles if d.key in uniq] LOG.emph(f'dotfiles details for profile \"{opts.profile}\":\n') for dotfile in dotfiles: