]> gitweb.factorcode.org Git - factor.git/commitdiff
bootstrap.image.upload: remove os hook from scp-name.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 21 Apr 2020 14:05:19 +0000 (07:05 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 21 Apr 2020 14:05:19 +0000 (07:05 -0700)
basis/bootstrap/image/upload/upload.factor

index f74a79beeae1bd9ca55106921c9e66dfbbdcb67c..75d3bd04a1778957f490c6f51f38a1ff0a932b44 100644 (file)
@@ -47,7 +47,7 @@ SYMBOL: build-images-destination
         ] each
     ] with-file-writer ;
 
-: scp-name os ( -- path ) "scp" ;
+: scp-name ( -- path ) "scp" ;
 
 : upload-images ( -- )
     [