]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/upload/upload.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / bootstrap / image / upload / upload.factor
index d70a253e5f46a90cc3231205e2f3061b17d9636a..7f25ce9c017d7c4f934dc404d96addd525728440 100644 (file)
@@ -9,9 +9,9 @@ IN: bootstrap.image.upload
 SYMBOL: upload-images-destination
 
 : destination ( -- dest )
-  upload-images-destination get
-  "slava@factorcode.org:/var/www/factorcode.org/newsite/images/latest/"
-  or ;
+    upload-images-destination get
+    "slava@factorcode.org:/var/www/factorcode.org/newsite/images/latest/"
+    or ;
 
 : checksums ( -- temp ) "checksums.txt" temp-file ;