Skip to content

Commit 9caa7fa

Browse files
committed
lint: fix regression of adding path
1 parent 8e372df commit 9caa7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/go/lint.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function! go#lint#Gometa(path_to_lint) abort
4242
let path = a:path_to_lint
4343
endif
4444

45-
let meta_command .= path
45+
let meta_command .= " " . path
4646
else
4747
" the user wants something else, let us use it.
4848
let meta_command = g:go_metalinter_command

0 commit comments

Comments
 (0)