]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/test/test.factor
factor: arch -> arch-name. fix breakage caused by other patch.
[factor.git] / basis / tools / deploy / test / test.factor
index 54200225af349de5e2814712fd16f9972958ffd7..05e16ca10f1581fc31e132731eeca937dd785de9 100644 (file)
@@ -5,7 +5,7 @@ tools.deploy.backend tools.deploy.config.editor ;
 IN: tools.deploy.test
 
 : test-image ( -- str )
-    my-arch "test." ".image" surround ;
+    my-arch-name "test." ".image" surround ;
 
 : shake-and-bake ( vocab -- )
     [ test-image temp-file delete-file ] ignore-errors