fix(heath/provider.vim): using list as string #16007

Fixes #15988
This commit is contained in:
Javier Lopez 2021-10-12 22:06:19 -05:00 committed by GitHub
parent 649b3160a1
commit 5365f24168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -710,7 +710,7 @@ function! s:check_perl() abort
let latest_cpan = s:system(latest_cpan_cmd)
if s:shell_error || empty(latest_cpan)
call health#report_error('Failed to run: '. latest_cpan_cmd,
call health#report_error('Failed to run: '. join(latest_cpan_cmd, " "),
\ ["Make sure you're connected to the internet.",
\ 'Are you behind a firewall or proxy?'])
return