vpm: fix v update ui

pull/4880/head
Lukas Neubert 2020-05-13 07:19:12 +02:00 committed by GitHub
parent 3fd852deee
commit 60dd7a7471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const (
supported_vcs_systems = ['git', 'hg']
supported_vcs_folders = ['.git', '.hg']
supported_vcs_update_cmds = {
'git': 'git pull --depth=1'
'git': 'git pull'
'hg': 'hg pull --update'
}
supported_vcs_install_cmds = {