]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/upload/upload.factor
factor: arch -> arch-name. fix breakage caused by other patch.
[factor.git] / basis / bootstrap / image / upload / upload.factor
index 4b263266246f5e1a782f23bac7e27e837fe83156..61fc31024bfbffdb81975041f5050b94d7d72961 100644 (file)
@@ -23,7 +23,7 @@ SYMBOL: build-images-destination
 : checksums-path ( -- temp ) "checksums.txt" temp-file ;
 
 : boot-image-names ( -- seq )
-    images [ boot-image-name ] map ;
+    image-names [ boot-image-name ] map ;
 
 : compute-checksums ( -- )
     checksums-path ascii [