Skip to content

Commit d612790

Browse files
committed
Fix wrong function name
1 parent 06b1c2d commit d612790

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
@@ -356,7 +356,7 @@ endf
356356
" return -- A 15 character log sha for the current HEAD
357357
" ---------------------------------------------------------------------------
358358
func! s:get_current_sha(bundle)
359-
let cmd = s:make_sync_command(a:bundle, ['rev-parse', 'HEAD'])
359+
let cmd = s:make_git_command(a:bundle, ['rev-parse', 'HEAD'])
360360
let out = s:system(cmd)[0:15]
361361
return out
362362
endf

0 commit comments

Comments
 (0)