mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vup: use git pull https://github.com/vlang/v master
for updating
This commit is contained in:
parent
7dbae14e19
commit
02bece54a6
@ -55,7 +55,7 @@ fn (app App) update_from_master() {
|
|||||||
app.git_command('clean --quiet -xdf --exclude v.exe --exclude cmd/tools/vup.exe')
|
app.git_command('clean --quiet -xdf --exclude v.exe --exclude cmd/tools/vup.exe')
|
||||||
} else {
|
} else {
|
||||||
// pull latest
|
// pull latest
|
||||||
app.git_command('pull origin master')
|
app.git_command('pull https://github.com/vlang/v master')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user