Skip to content

Commit b38cb68

Browse files
committed
Add missing coma
1 parent a8f3439 commit b38cb68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/vundle/installer.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ func! s:make_git_command(bundle, args) abort
374374

375375
let git = ['git', '--git-dir='.gitdir, '--work-tree='.workdir]
376376

377-
return join(map(git + a:args 'vundle#installer#shellesc'))
377+
return join(map(git + a:args, 'vundle#installer#shellesc'))
378378
endf
379379

380380
" ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)