update.latest: Move back to using 'git' protocol instead of 'http' (factorcode.org git daemon seems stable again)

db4
Eduardo Cavazos 2009-01-07 23:17:57 -06:00
parent d5768674cb
commit 09097ee2e6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ IN: update.latest
: git-pull-master ( -- )
image parent-directory
[
{ "git" "pull" "http://factorcode.org/git/factor.git" "master" }
{ "git" "pull" "git://factorcode.org/git/factor.git" "master" }
run-command
]
with-directory ;