]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy: fix test.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Dec 2020 03:03:10 +0000 (19:03 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Dec 2020 03:03:10 +0000 (19:03 -0800)
basis/tools/deploy/test/2/2.factor

index f6371e80babb360c35034c532030ce0425b28f3d..966aae6e8220460dc649b6d4fd2230738ca561df 100644 (file)
@@ -1,6 +1,6 @@
 IN: tools.deploy.test.2
 USING: calendar calendar.format ;
 
-: deploy-test-2 ( -- ) now (timestamp>string) ;
+: deploy-test-2 ( -- ) now write-timestamp ;
 
 MAIN: deploy-test-2