From 09097ee2e676f509302b3afad0b5efef7a4a0470 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Wed, 7 Jan 2009 23:17:57 -0600 Subject: [PATCH] update.latest: Move back to using 'git' protocol instead of 'http' (factorcode.org git daemon seems stable again) --- extra/update/latest/latest.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/update/latest/latest.factor b/extra/update/latest/latest.factor index 98d264d227..77cd184cdb 100644 --- a/extra/update/latest/latest.factor +++ b/extra/update/latest/latest.factor @@ -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 ; -- 2.34.1