diff options
-rw-r--r-- | haunt/utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/utils.scm b/haunt/utils.scm index 764d6cb..fb4d170 100644 --- a/haunt/utils.scm +++ b/haunt/utils.scm @@ -84,7 +84,7 @@ charcter." (define (join-file-name-components components) "Join COMPONENTS into a file name string." - (string-join components "/" 'prefix)) + (string-join components "/")) (define (absolute-file-name file-name) "Return a an absolute file name string relative to the current |