vup: use `git pull https://github.com/vlang/v master` for updating
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