fix(pp): syntax error that was preventing a install

This show how much I am updating the vim plugins as all that. Should
probably put something in place to sort this out.
This commit is contained in:
Ade Attwood 2023-06-02 18:00:55 +01:00
parent 77e5752cd8
commit 7940bd4b94

View file

@ -12,7 +12,7 @@ class core::packages {
'zsh',
'build-essential',
'software-properties-common',
'fd-find'
'fd-find',
'fzf'
]:
ensure => installed,