]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.scaffold: minor tweak
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 29 Jan 2023 02:02:32 +0000 (18:02 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 29 Jan 2023 04:15:56 +0000 (20:15 -0800)
basis/tools/scaffold/scaffold.factor

index 46e0b7b66c313ad25bd48e16450a78eb3207f609..104b62965bf4d536423884c55a476c2ce8d77391 100644 (file)
@@ -378,7 +378,7 @@ ${example-indent}}
     [ "Click to edit: " write >pathname . ] bi ;
 
 : scaffold-rc ( path -- )
-    home-path >pathname scaffold-file ;
+    home-path scaffold-file ;
 
 : scaffold-factor-boot-rc ( -- )
     ".factor-boot-rc" scaffold-rc ;