fix typo
This commit is contained in:
parent
095bacfc05
commit
89afb33ac4
1 changed files with 1 additions and 1 deletions
|
@ -108,4 +108,4 @@
|
|||
ansible.builtin.git:
|
||||
repo: 'https://github.com/LazyVim/starter'
|
||||
dest: '~/.config/nvim/'
|
||||
when: not nvimConfig.state.exists
|
||||
when: not nvimConfig.stat.exists
|
||||
|
|
Loading…
Reference in a new issue