factor.cmd: git pull from http doesn't update my local master to remote's
master. using git:// instead.db4
parent
9d428cbcaf
commit
048bdca050
|
@ -46,7 +46,7 @@ echo Deleting staging images from temp/...
|
|||
del temp\staging.*.image
|
||||
|
||||
echo Updating working copy from %_git_branch%...
|
||||
call git pull http://factorcode.org/git/factor.git %_git_branch%
|
||||
call git pull git://factorcode.org/git/factor.git %_git_branch%
|
||||
if errorlevel 1 goto fail
|
||||
|
||||
echo Building vm...
|
||||
|
|
Loading…
Reference in New Issue