mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 06:13:49 +00:00
Fixed a typo in detail options.
fix error on dotdrop detail <key>.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user