mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vpm: fix v update ui
This commit is contained in:
parent
3fd852deee
commit
60dd7a7471
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user