From cbd6f2cae152a32768bd3859148d432bcf407c17 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 17 Apr 2012 20:49:19 -0700 Subject: [PATCH] bootstrap.image.upload: fix checksums location to use new temp dir. --- basis/bootstrap/image/upload/upload.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/bootstrap/image/upload/upload.factor b/basis/bootstrap/image/upload/upload.factor index 29f84c8151..8d29cfb5ad 100644 --- a/basis/bootstrap/image/upload/upload.factor +++ b/basis/bootstrap/image/upload/upload.factor @@ -30,7 +30,7 @@ SYMBOL: upload-images-destination [ "scp" , boot-image-names % - "temp/checksums.txt" , destination , + checksums , destination , ] { } make try-process ; : new-images ( -- )