anishathalye / dotbot

A tool that bootstraps your dotfiles ⚡️
MIT License
7.04k stars 291 forks source link

'list' object has no attribute 'items' #322

Closed dylode closed 2 years ago

dylode commented 2 years ago

Config:

- defaults:
    link:
      create: true
      relink: true

- create:
    - ~/Projects
    - ~/.config

- link:
    - ~/.config/alacritty: alacritty

- shell:
  - [git submodule update --init --recursive, Installing submodules]

Command:

> ./install -v
Path exists /home/dylan/Projects
Path exists /home/dylan/.config
All paths have been set up
An error was encountered while executing action link
'list' object has no attribute 'items'
Action link not handled
Installing submodules [git submodule update --init --recursive]
All commands have been executed

==> Some tasks were not executed successfully