diff options
-rw-r--r-- | haunt/site.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/site.scm b/haunt/site.scm index bc90a4e..b1aff44 100644 --- a/haunt/site.scm +++ b/haunt/site.scm @@ -87,7 +87,7 @@ BUILDERS: A list of procedures for building pages from posts" (format #t "writing page '~a'~%" (page-file-name page)) (write-page page build-dir)) ((? asset? asset) - (format #t "copying asset '~a' -> '~a'~%" + (format #t "copying asset '~a' → '~a'~%" (asset-source asset) (asset-target asset)) (install-asset asset build-dir)) |