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:
parent
77e5752cd8
commit
7940bd4b94
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class core::packages {
|
|||
'zsh',
|
||||
'build-essential',
|
||||
'software-properties-common',
|
||||
'fd-find'
|
||||
'fd-find',
|
||||
'fzf'
|
||||
]:
|
||||
ensure => installed,
|
||||
|
|
|
|||
Loading…
Reference in a new issue