Skip to content

Commit

Permalink
Add missing coma
Browse files Browse the repository at this point in the history
  • Loading branch information
layus committed Mar 1, 2016
1 parent a8f3439 commit b38cb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vundle/installer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func! s:make_git_command(bundle, args) abort

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

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

" ---------------------------------------------------------------------------
Expand Down

0 comments on commit b38cb68

Please sign in to comment.