update.latest: Use 'http' protocol for git commands (git daemon on factorcode.org is flakey lately)
parent
79b80baae8
commit
bb3fee58e3
|
@ -9,7 +9,7 @@ IN: update.latest
|
|||
: git-pull-master ( -- )
|
||||
image parent-directory
|
||||
[
|
||||
{ "git" "pull" "git://factorcode.org/git/factor.git" "master" }
|
||||
{ "git" "pull" "http://factorcode.org/git/factor.git" "master" }
|
||||
run-command
|
||||
]
|
||||
with-directory ;
|
||||
|
|
Loading…
Reference in New Issue