fixed unclosed parentheses

This commit is contained in:
m455 2021-04-15 09:22:12 -04:00
parent e62642004a
commit cf4af31cd7

View File

@ -17,7 +17,7 @@
(define add-command "add")
(define program-name "nicethings")
(define program-file (string-append "." program-name))
(define program-path (path->string (build-path (find-system-path 'home-dir) program-file))
(define program-path (path->string (build-path (find-system-path 'home-dir) program-file)))
(define read-permissions 444)
(define newline "\n")
(define double-newline "\n\n")