]> gitweb.factorcode.org Git - factor.git/commitdiff
update.latest: Move back to using 'git' protocol instead of 'http' (factorcode.org...
authorEduardo Cavazos <dharmatech@finkelstein.stackeffects.info>
Thu, 8 Jan 2009 05:17:57 +0000 (23:17 -0600)
committerEduardo Cavazos <dharmatech@finkelstein.stackeffects.info>
Thu, 8 Jan 2009 05:17:57 +0000 (23:17 -0600)
extra/update/latest/latest.factor

index 98d264d2272ec3cb215a20f4e2ec7652db4016c6..77cd184cdb992d9d69f1d54c8865184d72b0e992 100644 (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 ;