update.latest: Move back to using 'git' protocol instead of 'http' (factorcode.org git daemon seems stable again)
parent
d5768674cb
commit
09097ee2e6
|
@ -7,7 +7,7 @@ IN: update.latest
|
||||||
: git-pull-master ( -- )
|
: git-pull-master ( -- )
|
||||||
image parent-directory
|
image parent-directory
|
||||||
[
|
[
|
||||||
{ "git" "pull" "http://factorcode.org/git/factor.git" "master" }
|
{ "git" "pull" "git://factorcode.org/git/factor.git" "master" }
|
||||||
run-command
|
run-command
|
||||||
]
|
]
|
||||||
with-directory ;
|
with-directory ;
|
||||||
|
|
Loading…
Reference in New Issue