We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b1c2d commit d612790Copy full SHA for d612790
1 file changed
autoload/vundle/installer.vim
@@ -356,7 +356,7 @@ endf
356
" return -- A 15 character log sha for the current HEAD
357
" ---------------------------------------------------------------------------
358
func! s:get_current_sha(bundle)
359
- let cmd = s:make_sync_command(a:bundle, ['rev-parse', 'HEAD'])
+ let cmd = s:make_git_command(a:bundle, ['rev-parse', 'HEAD'])
360
let out = s:system(cmd)[0:15]
361
return out
362
endf
0 commit comments