update: Minor fix

db4
Eduardo Cavazos 2008-04-20 16:42:57 -05:00
parent 435e24f3b7
commit 8823535006
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
USING: kernel system sequences io.files io.launcher bootstrap.image
http.client
builder.util builder.release.branch ;
IN: update
@ -23,7 +24,7 @@ IN: update
: remote-clean-image ( -- url )
"http://factorcode.org/images/clean/" my-boot-image-name append ;
: download-clean-image ( -- ) { "wget" remote-clean-image } run-command ;
: download-clean-image ( -- ) remote-clean-image download ;
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!