diff options
Diffstat (limited to 'wikme.scm')
-rw-r--r-- | wikme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wikme.scm b/wikme.scm index 74d672f..ac7111c 100644 --- a/wikme.scm +++ b/wikme.scm | |||
@@ -47,6 +47,6 @@ | |||
47 | (current-directory) "out")) | 47 | (current-directory) "out")) |
48 | #:page-template (or (alist-ref 'template options) | 48 | #:page-template (or (alist-ref 'template options) |
49 | (make-pathname | 49 | (make-pathname |
50 | (current-directory "template.html"))))))) | 50 | (current-directory) "template.html")))))) |
51 | 51 | ||
52 | (main (command-line-arguments)) | 52 | (main (command-line-arguments)) |